Cannot get access to the code.
I wrote an application in Excel VBA. On startup, my application shows a menu with control buttons. The application works fine on the computer on which it was written. However on other computers, as soon as Excel starts, an error msg is shown: "Microsoft Excel has encountered a problem and needs to close". The same problem occurs in Excel 2002 and 2007.
How can I stop execution of my application before the error msg is shown? Ctrl+Break doesnât work. Disabling Macros doesnât help. How can I get access to the code, to try and make changes?
Thanks.
|