Opening An AddIn As A Normal Excel File

  • Thread starter Thread starter FARAZ QURESHI
  • Start date Start date
F

FARAZ QURESHI

I want to open one of my .xlam addin file in normal *.xlsx form. How 2 do so?
Thanx in advance.
 
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.
 

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

Back
Top