Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello everyone
I've added options to the right-click menu using With Application.CommandBars("Query").Controls.Add (temporary:=True) .Caption = "Download All &Transactions for this Element" .BeginGroup = True .FaceId = 458 .OnAction = "DownloadAllTransactionsForThisElement" End With Now I'd like to remove all the default options that appear when I right-click on a cell that is part of a "Query", particularly the "Edit Query" and "Data Range Properties Options". Does anyone have any ideas? Thanks in advance Matt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CHANGE RIGHT CLICK OPTIONS | Excel Discussion (Misc queries) | |||
Right click delete options | Excel Discussion (Misc queries) | |||
further options following a command button click | Excel Discussion (Misc queries) | |||
how do I add more toolbar options to my right click options | Excel Discussion (Misc queries) | |||
Right click in cell menu options | Excel Discussion (Misc queries) |