Urgent Pls, how to convert an addin xlam file to xls worksheet in

  • Thread starter Thread starter Ahmed
  • Start date Start date
A

Ahmed

Hi all,

My wife did write her homework and by mistake saved it as addin (xlam file).

Now , we need to recover the original file as worksheet.

How can I do that?

Thank you for any help!

Ahmed.
 
Hi Ahmed

Alt F11 to open the VBA editor
Select Thisworkbook from the Add-in in the project explorer
Press F4 to see the properties window
Change IsAddin to false

You see the workbook now
Use SaveAs to save it as normal workbook with a new name
 
Back
Top