CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    HELP - Recovering VBA

    Hi,

    Does anyone know of a tool that can pull the VBA out of Excel '97 spreadsheets that won't load as Excel thinks they are corrupt.

    I know the data looks OK as I can get that out with another tool - e.g. Lotus' file viewer. But I can't find anything to scrape the code out. I really don't want to go back to a two day old backup and retype the VBA !!

    Regards, Mike


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: HELP - Recovering VBA

    I've never heard of a tool that can do this. If you have a two day old backup and your code hasn't changed significantly within those two days, you could always copy and paste the code from your backup. No typing required!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured