View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mathieu936 Mathieu936 is offline
external usenet poster
 
Posts: 18
Default How to update .xlam file (add-in) while it is in use?

Hi!

I created an add-in in Excel 2007 (tool.xlam). I will have about 75
users using this add-in.

I know if the add-in file is in use (i.e. someone have Excel opened
and the add-in is installed), I can't update the file.

I will have to frequently update my add-in, and I don't want to ask
everyone to close excel to access the file.

Is there a way to share the xlam file or code it in a specific way?

Thanks!