recover xlsm from xlam

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
 
B

Bob Phillips

Just open the addin, change the IsAddin property in ThisWorkbook, and save
it.
 

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

Top