Starting Excel

  • Thread starter Thread starter Princess
  • Start date Start date
P

Princess

When launching Excel I receive a message, "Code execution
has been interrupted" in a Microsoft Visual Basic pop-up
window. Do I have to disable an item in order for this to
stop appearing everytime I launch Excel and/or Word?

Thank You
 
Sounds like you have an addin that has gone a bit funny or perhaps a bit of code in your
personal.xls, or maybe even a file with code in it in your XLSTART folder. Try going to Tools /
addins and uncheck them all, then see if the message disappears, and if so then put the addins
back one by one testing each time to see which one caused the error.

Failing that take a look at your personal.xls and have a look in the ThisWorkbook module, or any
other modules you may have to see if there is any code that might fire on startup.
 
Back
Top