Add-In not Recognized

G

Guest

I wrote a few VBA functions that I want to be able to call from VBA code in
various workbooks instead of putting copies of the code in each VBA workbook.
I put these common functions in a .xla file and stored them in the proper
place (.../microsoft/add-ins). When I open a workbook that wants to use these
common routines I click the checkbox in "tools->add-ins" for the .xla
filename I created.

But when the workbook VBA tries to call the function in the .xla file it
does not recognize that common routine.

Is this the proper use of add-ins and what am I doing wrong.
 
N

Niek Otten

In the VBE: Tools>References, check the add-in

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I wrote a few VBA functions that I want to be able to call from VBA code in
| various workbooks instead of putting copies of the code in each VBA workbook.
| I put these common functions in a .xla file and stored them in the proper
| place (.../microsoft/add-ins). When I open a workbook that wants to use these
| common routines I click the checkbox in "tools->add-ins" for the .xla
| filename I created.
|
| But when the workbook VBA tries to call the function in the .xla file it
| does not recognize that common routine.
|
| Is this the proper use of add-ins and what am I doing wrong.
|
 

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