View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] hermac@pandora.be is offline
external usenet poster
 
Posts: 18
Default Add menu item to right-click menu

Hi,
I know how to add an item to the "Cell" commandbar :
i.e.
Dim MenuItem As CommandBarControl
Set MenuItem =
Application.CommandBars("Cells").Controls.Add(Type :=msoControlButton).

But how do I add an item to the shortcut menu that appears when you
right-click on an embedded chart ?

Thanks to anyone who can give me a push on this one.
Herman