Convert xla add-in to xlam.

R

Richard M

I have an existing xla add-in that I want to convert to 2007 xlam format. The
save-as option is not available either in "standard" Excel or in the VBA
editor.
 
B

Barb Reinhardt

Try this.

In the this workbook module, under properties, change IsAddIn from True to
False. Then try saving as an XLAM on the main screen.
 
Top