Thread: Using Add-ins
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DougW DougW is offline
external usenet poster
 
Posts: 2
Default Using Add-ins

I have written a small VB program to revise spreadsheets (remove columns,
rows, etc) and it runs fine when tested on the spreadsheet where I created
it.

I have saved it as an add-in file, and it is listed in Excel as one of the
available add-ins (box is checked on the Add-Ins dialog box).

My question is:

How do I actually run the add-in? If I open a new file, the add-in is there,
but how do I "invoke" it to run after I open the new file?
--
DougW