recover xlsm from xlam

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

All,

I have managed to programmatically (i.e. a bug in my VBA code) delete
all of my Names (for Ranges) from my xlsm. I am developing an add-in
so everything is effectively saved in the xlam from the last time I
saved it. What I would like to do is open the xlam and do a Save As
xlsm. This does not work. If I could "export" the names from the xlam
and import to the xlsm, that would be OK too. What can I do?

TIA,

Bill
 
Back
Top