View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default chart menu bar vs worksheet menu bar

Hi

Application.CommandBars(1).Enabled = True
Worksheet menubar

Application.CommandBars(2).Enabled = True
Chart bar

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


"majikman " wrote in message ...
I just created a set of pop up menus for my worksheets but they aren't
visible in my charts. is it possible to have my menu visible on both
without having to duplicate all the code in my worksheet menu procedure
to a chart menu procedure?


---
Message posted from http://www.ExcelForum.com/