Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Tetsuya Oguma" wrote in message
... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if "a" selected from dropdown menu then show "K" in other cell | Excel Worksheet Functions | |||
CommandBars("Worksheet Menu Bar").Controls("Tools").Enabled = Fals | Excel Programming | |||
save and restore "Workbook Menu Bar" & "Cell" menus | Excel Programming | |||
disable right mouse click on "Worksheet Menu Bar" | Excel Programming | |||
Can't Change Commandbars("Worksheet Menu Bar") | Excel Programming |