View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jesse[_2_] Jesse[_2_] is offline
external usenet poster
 
Posts: 4
Default Add-in auto updating

Can anyone advise on a method for having an add-in check a central network
location and automatically update it's self if a newer version exists?

I was thinking of having two add-ins, each which checks to see if the
network version is newer than it's self and if yes, replaces the other one.

So, it is possible to install an add-in via VBA code?

Jesse Hamilton