Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to simulate a "double click" in Excel using sendkey.
for example I noticed that SendKeys ("+{F10}") is sending a Right click - but I need a double click. If sendkey is not the solution - is there any other way. Many thanks, Dan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Dan
Depending what you are attempting to do - there is a dblClick event associated with Controll Button objects. Not sure if this suits your purpose HTH "Dan" wrote: Is it possible to simulate a "double click" in Excel using sendkey. for example I noticed that SendKeys ("+{F10}") is sending a Right click - but I need a double click. If sendkey is not the solution - is there any other way. Many thanks, Dan |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm not sure about Senkeys for that but there are 2 events you can use the workbook or worksheet double_click event. Mike "Dan" wrote: Is it possible to simulate a "double click" in Excel using sendkey. for example I noticed that SendKeys ("+{F10}") is sending a Right click - but I need a double click. If sendkey is not the solution - is there any other way. Many thanks, Dan |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks guys, but thiis is not what I am after, I want to be able to send a
double click - and not to check if a double click was done or not. "Mike H" wrote: Hi, I'm not sure about Senkeys for that but there are 2 events you can use the workbook or worksheet double_click event. Mike "Dan" wrote: Is it possible to simulate a "double click" in Excel using sendkey. for example I noticed that SendKeys ("+{F10}") is sending a Right click - but I need a double click. If sendkey is not the solution - is there any other way. Many thanks, Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change syperlink from single click to double click | Excel Worksheet Functions | |||
Change single click to double click | Excel Programming | |||
userform label double-click goes to click event | Excel Programming | |||
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 |