Excel Add-ins setup

A

Aggie

Hello

I have installed an Excel Add-in, and it works fine, but every time I close
Excel it dissapears and I have to install it every single time I open Excel.

does some one know what could be wrong?
 
G

Gord Dibben

Aggie

Generally you would place the add-in in your Office\Library folder.

Excel should find it there.


Gord Dibben MS Excel MVP
 
A

Aggie

Hello Gord

Thanks for your answer.
My add-in it's in a different location, coz it's part of a large product, if
I change the location, I think it won't help either.

I tried deleting the .xlb file but that hasn't solve the issue.

any more ideas?
 
T

TGasecki

U¿ytkownik "Aggie said:
Hello

I have installed an Excel Add-in, and it works fine, but every time I
close
Excel it dissapears and I have to install it every single time I open
Excel.

does some one know what could be wrong?

Did you try to add it in tools/addin menu?
you should have a tick near your addin name.

anyway you may try to put it to you addin:

Private Sub Workbook_Open()
AddIns.Add Filename:=ThisWorkbook.Path & "/YourAddinName.xla",
CopyFile:=False
AddIns("YourAddinName").Installed = True
End Sub

Tomasz
 

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