Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Menu sheet <- chart


I have made a sub menu in commandbar 1 (top menu bar)

Dim DJmenu as CommandbarPopup
Set DJMenu = Application.CommandBars(1).Controls.Add _
(Type:=msoControlPopup, Befo=10, temporary:=True)
DJMenu.Caption = "*STARS*"

It works, but when a chart-sheet is selected, it is gone.


What should I do

--
Zur
-----------------------------------------------------------------------
Zurn's Profile: http://www.excelforum.com/member.php...fo&userid=1464
View this thread: http://www.excelforum.com/showthread.php?threadid=53807

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Menu sheet <- chart

Maybe add it to Application.CommandBars("Chart Menu Bar"), too???

Zurn wrote:

I have made a sub menu in commandbar 1 (top menu bar)

Dim DJmenu as CommandbarPopup
Set DJMenu = Application.CommandBars(1).Controls.Add _
(Type:=msoControlPopup, Befo=10, temporary:=True)
DJMenu.Caption = "*STARS*"

It works, but when a chart-sheet is selected, it is gone.

What should I do?

--
Zurn
------------------------------------------------------------------------
Zurn's Profile: http://www.excelforum.com/member.php...o&userid=14645
View this thread: http://www.excelforum.com/showthread...hreadid=538071


--

Dave Peterson
Reply
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
PopUp menu for sheet and chart Mark Excel Programming 2 March 1st 05 01:06 PM
New Menu on Worksheet & Chart Menu Bars Juan[_3_] Excel Programming 2 May 21st 04 11:46 PM
linking chart menu bars and worksheet menu bars majikman[_8_] Excel Programming 0 May 10th 04 09:45 PM
chart menu bar vs worksheet menu bar majikman[_2_] Excel Programming 4 May 7th 04 01:46 AM
Add control to the Chart menu of "Chart Menu Bar" commandbar Andrew[_16_] Excel Programming 2 November 10th 03 08:22 AM


All times are GMT +1. The time now is 12:29 AM.

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

About Us

"It's about Microsoft Excel"