View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Add item to 'Cell' context menu with XML (RibbonX)

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.