S
Silas Mercer
I am trying to save my macros as an Add-In which, when loaded, wil
automatically create a menu in the worksheet menu bar complete wit
menu items which call macros in my add-in workbook (like man
commercially-available Add-Ins).
I have all my macros ready to go, but I'm not sure what code bes
accomplishes what I am trying to do. Do I want to use Workbook_Open (
and then call my create_menu macro or should I be looking at an Add-I
install event or something?
I just don't know how this is done, right now. I was thinking perhap
something like:
Sub Workbook_Open()
Call create_menu
End Sub
But this doesn't seem to work with an add-in. The key is, I need fo
my menus to be created as soon as the user selects to load the Add-In.
Can anyone help?
Thanks
automatically create a menu in the worksheet menu bar complete wit
menu items which call macros in my add-in workbook (like man
commercially-available Add-Ins).
I have all my macros ready to go, but I'm not sure what code bes
accomplishes what I am trying to do. Do I want to use Workbook_Open (
and then call my create_menu macro or should I be looking at an Add-I
install event or something?
I just don't know how this is done, right now. I was thinking perhap
something like:
Sub Workbook_Open()
Call create_menu
End Sub
But this doesn't seem to work with an add-in. The key is, I need fo
my menus to be created as soon as the user selects to load the Add-In.
Can anyone help?
Thanks