VBA Express Forum
>
VBA Code & Other Help
>
Excel Help
> Run sub on install
Log in
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.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.