I need to have the macro run only with a double click instead of a single. Is there a simple way to do this?![]()
I need to have the macro run only with a double click instead of a single. Is there a simple way to do this?![]()
Are you talking about double-clicking on a command button? Yes, that is possible. You can insert your code in the following event handler procedure (assuming the button is CommandButton1):
HTH![]()
Private Sub CommandButton1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) ' Your code here End Sub
Jason
Thanks. Much appreciated.![]()
No problem.![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks