View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default redo CommandBar("cell")

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