Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, Is it possible to have a right click menu display when you right clic on an object such as a VB combobox? I can get the menu to appear whe right clicking on a cell but not on a combobox. Dim NewControl As CommandBarControl Set NewControl = Application.CommandBars("cell").Controls.Add With NewControl .Caption = "Clear Combo" .OnAction = "Clear" .BeginGroup = True End With Many thank -- cmpcwil ----------------------------------------------------------------------- cmpcwil2's Profile: http://www.excelforum.com/member.php...fo&userid=3341 View this thread: http://www.excelforum.com/showthread.php?threadid=55025 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add items to context menu | Excel Worksheet Functions | |||
Context menu of Cell | Excel Programming | |||
Context Menu | Excel Programming | |||
Context menu on userform | Excel Programming | |||
context menu | Excel Programming |