Opening An AddIn As A Normal Excel File

F

FARAZ QURESHI

I want to open one of my .xlam addin file in normal *.xlsx form. How 2 do so?
Thanx in advance.
 
S

Shane Devenshire

Hi,

Locate the file and open it. The press Alt+F11 and in the Project Explorer
find the file, expand its folder and click its thisWorkbook object. View the
Properties, if necessary choose View, Properties Window. Change the property
IsAddin to False.
 
Top