View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dion Dion is offline
external usenet poster
 
Posts: 12
Default redo CommandBar("cell")

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