Thread: Update Add-in
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Spencer.Sadkin@gmail.com is offline
external usenet poster
 
Posts: 42
Default Update Add-in

I manage a few add-ins for my company. I want to create an add-in
that runs everytime excel is opened to check if the user is using the
most current version and if not then update.

I'd like to create some code as an Add-in to be run under the
thisworkbook_open event. My issue is that to overwrite the current
add-in the macro that is updating would be halted. Any ideas?