View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lee S Lee S is offline
external usenet poster
 
Posts: 5
Default Installing add-in for all users

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