Add Menu Item To Excel 2003 Tools Menu

Add-in Express™ Support Service
That's what is more important than anything else

Add Menu Item To Excel 2003 Tools Menu
 
unified




Posts: 13
Joined: 2009-06-14
How can I add a menu item to the Excel 2003 Tools Menu. I created an addin, and I am able to add my own menu item AdxMainMenu1 to the "Worksheet Menu Bar", then added a AdxCommandBarPopup with several AdxCommandBarButton items. But, I want to add my own AdxCommandBarButton to the existing Tools Menu, preferrably right above the "Macros" menu item.
Posted 11 May, 2010 22:08:50 Top
Eugene Astafiev


Guest


Hello Charles,

Here are the steps required to add a button in the Macro menu:
1. Add a context menu component to the add-in module.
2. Edit the Controls collection of the newly added component.
a. Add a command bar popup control and set its ID property to 30017.
b. Add a button to the popup control.
Posted 12 May, 2010 04:33:40 Top
unified




Posts: 13
Joined: 2009-06-14
Thanks! ;)
Posted 12 May, 2010 17:56:22 Top
Eugene Astafiev


Guest


You are welcome, Charles :D
Posted 13 May, 2010 02:18:10 Top