Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Long story short. I created a workbook with a custom menu that loads/unloads
when the sheet opens. This works great, except when two copies of the worksheet are open. This happens because the sheet is a template. Doing an AddIn, using XlStart or Personal Workbook really aren't great options, so here is the question. Rather than having the custom menu have a fixed name such as "My Menu", can the custom menu name be a variable based on either a cell value or the workbook name itself? this would solve the problem as each workbook would create a custom menu rather than unloading/loading a menu with the same name. Suggestions anyone? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I may have answered my own question this time. I just replaced the menu
caption with the value from a specific cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Delete specific menu item from custom menu | Excel Programming | |||
Custom Context menu (Right click menu) not working in sheet changeevent. | Excel Programming | |||
Displaying A custom menu as a popup menu | Excel Programming | |||
Adding Sub Menu Item to Current Custom Menu | Excel Programming | |||
Custom Menu return to Excel Menu upon Closing | Excel Programming |