View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Best Way To Install Add-Ins

You may have your terminology confused.

To install an existing add-in:

AddIns("MyAddIn").Installed = True

If you want to use your own add-in, it has to be a separate workbook.

--

Vasant




"spIky haIred" wrote in message
oups.com...
Hi all,

Can someone tell me the best way to install an add-in? Preferably
without having to open a separate workbook...

Thanks in advance!