Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using XL2003.
I have custom command bar that I've attached to an add-in with different procedures for each button (via the OnAction property). Everything works fine, but I would like to add some more functionality so that if a user double clicks on a button a different stream of code will run. Since you can only associate one procedure with a command bar button (as far as I know), I was hoping that there was some way to determine if the user single or double clicked the button and then I could continue accordingly. For example (psuedo code), Sub CustomButton() If SingleClick then ' Perform single click code Elseif DoubleClick then ' Perform double click code EndIf End Sub Any help would be greatly appreciated. Thanks in advance. -Cory |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
userform label double-click goes to click event | Excel Programming | |||
Using double click on active cell to open a custom help window | Excel Programming | |||
Cell contents with custom time format rounded after double-click | Excel Discussion (Misc queries) | |||
Click on graph bar to execute a double-click in a pivot table cell | Charts and Charting in Excel | |||
Mouse Over Graph, Capture Information on Click(Double Click) | Excel Programming |