recvery msg and excel shut down

  • Thread starter Thread starter helmekki
  • Start date Start date
H

helmekki

Recovery msg appear when open xls file full of vba codes

--------------------------------------------------------------------------------

Hello
Deep real problem

I wrote a complex vba project, when i click this file to open the exce
application, it gives me recovery message and send report......... whe
i do so then all the written codes(private and models) deleted......an
i end up with nothing .......

however, all other xls files with thier vba projects, can be opene
safly without losing any vba code............

any idea why
 
Sounds like something is corrupt. Try holding down shift while opening the
file in question. If it opens, the macros will be disabled but you may be
able to get access to the vb project. Export all the modules and forms,
start a new workbook, import all the modules and forms. compile. save with a
new name.

It just might work. Good luck,

Robin Hammond
www.enhanceddatasystems.com
 

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