Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
then maybe you can do it this way
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, _ Cancel As Boolean) Cancel = True YourToolBar.show End Sub On Sep 21, 10:58 pm, diddy_david wrote: Thanks but I have already created a toolbar manually, how can this become a popup menu. In access you change the menu type manually to popup and the assign the name of the toolbar in a form property, I do't want to create a new tool bar from scratch. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Popup Menu / Shortcut Menu | Excel Discussion (Misc queries) | |||
Custom Floatable Toolbar Popup Menu | Excel Programming | |||
Adding Sub Menu Item to Current Custom Menu | Excel Programming | |||
Tooltips won't show up in custom popup menu | Excel Programming | |||
Custom Menu return to Excel Menu upon Closing | Excel Programming |