Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I get a commandbar to appear on all worksheet and chart pages?
(The following code creates MyMenu visible only from worksheets, but not from chart pages.) Thanks for your thoughts. Dim cp_NewMenu As CommandBarPopup Dim i_HelpIndex As Integer i_HelpIndex = CommandBars(1).Controls("&Help").Index Set cp_NewMenu = CommandBars(1) _ .Controls.Add(Type:=msoControlPopup, _ Befo=i_HelpIndex, Temporary:=True) cp_NewMenu.Caption = "&My Menu" Phil |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why aren't my headers and footers visible on the pages? | Excel Discussion (Misc queries) | |||
why aren't my headers and footers visible on the pages? | Excel Discussion (Misc queries) | |||
Visible pages | Excel Discussion (Misc queries) | |||
Commandbar not visible in a graphic | Excel Programming | |||
ActiveX Property Pages are not visible | Excel Programming |