Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I've an Excel workbook with sheets and charts. On the sheets I was able to include a custom menu, which works fine. However, if I select a chart, the custom menu disappears. I am aware of the fact that the reason for this action is the "Worksheet Menu Bar" flag in my code and I need to include the "Chart Menu Bar" flag. I tried for quite some time and I couldn't figure out how I can write my code that the programm knows if I am on a chart or a ordinary sheet and display the menu. Does anybody has an idea, how I could include the "Chart Menu Bar" flag into my code below? ' Set a CommandBar variable to Worksheet menu bar Set cbMainMenuBar = _ Application.CommandBars("Worksheet Menu Bar") Thank you very much for your support. Kind regards, Simon Minder |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XL chart sheets Custom size for PPT | Charts and Charting in Excel | |||
Custom Menus in Chart Sheets | Excel Programming | |||
Custom menus in chart sheets | Excel Programming | |||
Custom faces for custom menus/commandbars | Excel Programming | |||
Custom menus | Excel Programming |