XLA will not load

  • Thread starter Thread starter presspley
  • Start date Start date
P

presspley

An XLA I have written crashed and will now not load again into Excel.
It may have been corrupted but it also may have crashed due to an
infinite loop, but I can't get into the code to debug it.

Are there any other options to break into the code, maybe even rescue
some of it?
 
if the file is named as .xla
but the workbook's ISaddin property = False then
excel is confused..

open it..
select thisworkbook in the project explorer/
change isAddin property in Properties window

save it.
now deactivate/reactivate the addin in the addins dialog and it should
be ok.


keepITcool

< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top