View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Vincent_6636[_2_] Vincent_6636[_2_] is offline
external usenet poster
 
Posts: 1
Default Add item to 'Cell' context menu with XML (RibbonX)

Yes, it can be done with the old commandbar commands.

But I wanted to do it with RibbonX XML cause I'm doing it for Excel 2007
and my file is already using the CustomUI.xml for customizing the tabs... so
might as well use XML for customizing the "cell" menu too...... and try not
to use the commanbar commands if possible.



"Bob Phillips" wrote:

Can't you use the old commandbar commands for the Cell menu? I know you
can't for the ribbon, but for the right-click menu it should be okay.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Vincent_6636" wrote in message
...
How do I use RibbonX (CustomUI.xml) to add menu item to the Excel 2007's
'cell' pop-up menu? (the pop-up menu when a cell on the worksheet is
right-clicked)

The examples I found are only for customizing the Ribbon tabs.

Thanks.