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