Installing add-in for all users

  • Thread starter Thread starter Lee S
  • Start date Start date
L

Lee S

Is there a way for an administrator to install an add-in on a computer such
that it gets installed for all users?

I currently install my add-in with Application.AddIns.Add("filename.xla"),
but it only installs the add-in for the currently-logged user. If others
log into the computer they each need to install the add-in themselves.

Thanks!
Lee
 
Thanks Jan.

This successfully adds the file to the list of available add-ins for all
users.

Unfortunately, I wasn't complete in my question -- I also need the Installed
property to be set for all users.

Do you know if this is possible?

Thanks!
Lee
 
Is there a way for an administrator to install an add-in on a computer
such that it gets installed for all users?

I should have written: installed *and loaded* for all users

For the record: I did some more digging and found my answer: The XLStart
folder.

Lee
 

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