I want to open one of my .xlam addin file in normal *.xlsx form. How 2 do so? Thanx in advance.
F FARAZ QURESHI Mar 14, 2009 #1 I want to open one of my .xlam addin file in normal *.xlsx form. How 2 do so? Thanx in advance.
S Shane Devenshire Mar 14, 2009 #2 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.
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.