Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi folks,
I created an add-in that adds a menu item to the Worksheet Menu Bar upon starting Excel - no problem there. The problem is that when code in other installed third party add-ins is triggered (part of which is to add a menu item to the Worksheet Menu Bar) my custom menu item disappears. Although I haven't tried it yet, I suppose creating an entirely new menu bar at startup would be a workaround, but I would prefer to not do that. How can I keep my custom menu item on the Worksheet Menu Bar regardless of the actions of other add-ins? TIA -- Michael J. Malinsky Pittsburgh, PA "I am a bear of very little brain, and long words bother me." -- AA Milne, Winnie the Pooh |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would bet anything you tried to protect yours would break the other addin.
If it's just for you, maybe you could load the workbooks in the opposite order??? Or maybe assign a shortcut key to your code that adds your menu item. Then when the item disappears, just rerun your macro via the shortcut keys. Michael Malinsky wrote: Hi folks, I created an add-in that adds a menu item to the Worksheet Menu Bar upon starting Excel - no problem there. The problem is that when code in other installed third party add-ins is triggered (part of which is to add a menu item to the Worksheet Menu Bar) my custom menu item disappears. Although I haven't tried it yet, I suppose creating an entirely new menu bar at startup would be a workaround, but I would prefer to not do that. How can I keep my custom menu item on the Worksheet Menu Bar regardless of the actions of other add-ins? TIA -- Michael J. Malinsky Pittsburgh, PA "I am a bear of very little brain, and long words bother me." -- AA Milne, Winnie the Pooh -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't want to "break" the other add-in. The other add-in is
essential to another piece of software that integrates w/ Excel and without its menu it's pretty much useless. I'm not sure how I would load the workbooks in the opposite order since both add-ins run at startup. I think I'm going to try the route of creating a new menu bar at startup to see if that works. Thanks. Dave Peterson wrote in message ... I would bet anything you tried to protect yours would break the other addin. If it's just for you, maybe you could load the workbooks in the opposite order??? Or maybe assign a shortcut key to your code that adds your menu item. Then when the item disappears, just rerun your macro via the shortcut keys. Michael Malinsky wrote: Hi folks, I created an add-in that adds a menu item to the Worksheet Menu Bar upon starting Excel - no problem there. The problem is that when code in other installed third party add-ins is triggered (part of which is to add a menu item to the Worksheet Menu Bar) my custom menu item disappears. Although I haven't tried it yet, I suppose creating an entirely new menu bar at startup would be a workaround, but I would prefer to not do that. How can I keep my custom menu item on the Worksheet Menu Bar regardless of the actions of other add-ins? TIA -- Michael J. Malinsky Pittsburgh, PA "I am a bear of very little brain, and long words bother me." -- AA Milne, Winnie the Pooh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add list to newly created menu | Excel Discussion (Misc queries) | |||
add list to newly created menu | Excel Worksheet Functions | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) | |||
Adding a menu item right click menu when clicking on a single. | Excel Programming | |||
New menu bar item | Excel Programming |