toosensitive
toosensitive

Reputation: 2375

Is it possible to install Excel AddIn for all users

I have an xll excel Addin. My customers' IT people will install My Excel AddIn for every user in company and after install, they want the AddIn to be available to all users on a PC. and they want silent installation. Originally I thought I can add registry entry for each user. However, I find some users' entries are simply not shown up. So this is not a solution. What else can I try? thanks

Upvotes: 0

Views: 11687

Answers (1)

sdjuan
sdjuan

Reputation: 719

We do that by copying the Add-in to the xlstart folder.

On our excel 2013 on windows 64-bit systems that ends up at:

C:\Program Files (x86)\Microsoft Office\Office15\XLSTART

On excel 2016 at:

C:\Program Files\Microsoft Office\Office16\XLSTART

Then when any user starts excel an extra menu item shows up top "Add-ins" and your add-in can be accessed from there.

Upvotes: 2

Related Questions