View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Commandbar not visible in a graphic

Hi

There are two menubars

1 = the normal menubar (Worksheet Menu Bar)
2 =the chart menubar

So you must add the menu items to the chart bar also

The name is Chart Menu Bar

--
Regards Ron de Bruin
http://www.rondebruin.nl


"leglouton" wrote in message ...
Hi,

I use my own cammandbar creates in vba code and insert in the main Excel Bar "Worksheet Menu Bar". But when a graph object is
select my bar disapear. So I cannot use my commanbar to work with a graphic.
Thanks if you can help me !


leglouton