View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tetsuya Oguma Tetsuya Oguma is offline
external usenet poster
 
Posts: 19
Default It's not CommandBars("Cell"), right-click menu!

Hi all,

When you right-click you get Cut, copy, etc items which can be accessed with
CommandBars("Cell") command. Fine!

What is the name for right-click contextual menu when a whole row/column is
selected? When I apply CommandBars("Cell") over hidden rows/columns it
doesn't contain items like Hide/Unhide items!

Thanks for your time.