Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to create my own command bar that replaces CommandBar("cell"). In
other words, when a user right clicks a cell, my own menu will pop up that looks like the standard "cell" command bar. I know how to add commands to the existing command bar, but can't get rid of the cut/copy/paste/etc... commands. When I try to build a custom command bar, it looks like a menu bar, instead of the appearance of the "cell" command bar. Can I build a command bar that in appearance replaces the "cell" command bar? thanks Dion |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Dion
Look at the example on this page for the cell menu You can delete them also if you want http://www.rondebruin.com/menuid.htm#certain -- Regards Ron de Bruin http://www.rondebruin.nl "Dion" wrote in message ... I want to create my own command bar that replaces CommandBar("cell"). In other words, when a user right clicks a cell, my own menu will pop up that looks like the standard "cell" command bar. I know how to add commands to the existing command bar, but can't get rid of the cut/copy/paste/etc... commands. When I try to build a custom command bar, it looks like a menu bar, instead of the appearance of the "cell" command bar. Can I build a command bar that in appearance replaces the "cell" command bar? thanks Dion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
How to do the "REDO" action in Excel programatically. | Excel Discussion (Misc queries) | |||
"Undo/Redo" Feature NOT functioning | Excel Discussion (Misc queries) | |||
deleting witout "redo" | Excel Discussion (Misc queries) | |||
CommandBar("Cell") additions | Excel Programming |