I have an excel with a macro in it. When I try to open it it gives me "Compile error: Can't find project or library" and brings me to a VBA window at seemingly random place in the source code of the macro.
I know what the offending library is and I know that I need to Tools|References and uncheck the one labeled "MISSING", but I cannot. In the debug mode the "References" item of the Tools menu is greyed out and I cannot launch it. And if I try to hit the "stop" button to get out of debug mode, it tries to compile the macro again, and gives me "Can't find project or library" error again.
In fact, I cannot even close the excel normaly, since to do that I need to leave debug mode and when I do that it tries to compile macro, gets same error and immediately brings me to debug mode again.
So, is there a way out of this predicament?