View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andy Pope Andy Pope is offline
external usenet poster
 
Posts: 2,489
Default commands in CommandBars("Object/Plot").

Hi,

You can not customize the charts context menus in xl2007.
Although this article is for PowerPoint the same applies to excel.
http://blogs.msdn.com/acoat/archive/...oint-2007.aspx

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Andreas" wrote in message
...
Hi, NG,

In Excel 2003 to add a command to the Excel 2007 Chart context menu you
add
your command to the commands in CommandBars("Object/Plot").

In Excel 2007 this does not work, the commands are not added, and there
seems to be no other command bar I can use to add commands to the Excel
2007
Chart context menu.

Any idea how to customize the Excel 2007 Chart context menu?

Thanks,

Andreas