Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have written a little code to add some new items to the "cells" right
click menu. the only way i could figure out to use a right click menu was to call a second sub that opens the userform. here's what i am doing now: With Application.CommandBars("Cell").Controls With .Add(temporary:=True) .Caption = "Respond" .OnAction = "module1.ShowForm" .Tag = cControlTag End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Right click menu | Excel Programming | |||
Adding a menu item right click menu when clicking on a single. | Excel Programming | |||
Adding menu to the mouse right click pop-up menu | Excel Programming | |||
pls help: short cut menu doesn't show when right click mouse | Excel Programming | |||
short cut menu doesn't show when right click on mouse | Excel Programming |