PDA

View Full Version : Run sub on install



Djblois
09-03-2006, 01:37 PM
I just created a sub to create a toolbar for an VBA excel add-in that I created. However, I want to run the sub to create the toolbar on install. Is this possible?

Bob Phillips
09-03-2006, 02:35 PM
Use the Workbook_AddinInstall() event.