It's not CommandBars("Cell"), right-click menu!

T

Tetsuya Oguma

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.
 
R

Rob Bovey

Tetsuya Oguma said:
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!

Hi Tetsuya,

Try CommandBars("Row") and CommandBars("Column").

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top