I've written a function that has to be called from a dll file. But I forgot to copy that dll file in the same folder
Now my excel file is giving me runtime error 438 that I can't stop. Clicking on "End" didn't stop it. "Debug" button is grayed out. CTRL+BREAK or ALT+ESC didn't stop it as it isn't actually infinite loop.
Copying the dll file also didn't stop it.
I can stop excel.exe But I've opened several other xlsx files that I didn't save yet. So stopping it would tamper all my work.
How can I stop this error so I can access the file?