Please HELP !!! Converting .XLA to .XLS

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi

I have recently lost bunch of my XLS files with VBA code
on it to HD crash. I do have .XLA vesrion of these files
sitting on my server. I do have the passwords & can see
the codes/forms etc in the .XLA. My question is is their a
way to copy the project out of .XLA to a brand new .XLS.
There may be some commersial stuff but is there a freeware
etc to help this poor guy

Thanks in advance
James
 
Hi James

Choose their ThisWorkbook object in the VB editor and set the IsAddnin
property to false. Then good ol' SaveAs workbook in Excel.

HTH. Best wishes Harald
 
Glad to hear that, James. Thanks for the feedback.

Best wishes Harald
 

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