LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default CommandBar not Visible on Chart Pages

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
why aren't my headers and footers visible on the pages? Shane Devenshire[_2_] Excel Discussion (Misc queries) 0 February 26th 09 10:43 PM
why aren't my headers and footers visible on the pages? iowa8383 Excel Discussion (Misc queries) 1 February 26th 09 08:59 PM
Visible pages mich Excel Discussion (Misc queries) 2 January 13th 09 09:39 PM
Commandbar not visible in a graphic leglouton Excel Programming 2 July 19th 05 04:59 PM
ActiveX Property Pages are not visible ChristianH Excel Programming 0 July 14th 04 08:04 AM


All times are GMT +1. The time now is 11:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"