Hello,
does somebody know a software that can make a doubleclick on a certain cell
for me? This action must be fired by Excel VBA code.
Until now I found eg.
http://www.tethyssolutions.com/download-aa.htm
and a software named "Key Commander" where I cannot find a download.
Unfortunately a game has the same name so Google is not helping a lot.
regards
arno
PS:
I know Application.Doubleclick and Worksheet_BeforeDoubleclick events,
however, they cannot solve my problem.
Tom - 03 Mar 2008 09:37 GMT
I know a software called Keytext (a shareware).
Check out on google and download it on Clubic (or the official site).
> Hello,
>
[quoted text clipped - 14 lines]
> I know Application.Doubleclick and Worksheet_BeforeDoubleclick events,
> however, they cannot solve my problem.
Bob I - 03 Mar 2008 15:55 GMT
Perhaps "AutoIt", download from authors website.
> Hello,
>
[quoted text clipped - 14 lines]
> I know Application.Doubleclick and Worksheet_BeforeDoubleclick events,
> however, they cannot solve my problem.
arno - 03 Mar 2008 16:24 GMT
> Perhaps "AutoIt", download from authors website.
unfortunately, this does not work because it requires x/y coordinates of the
screen (but I need the selected cell).
arno
Bob I - 03 Mar 2008 18:18 GMT
Perhaps set conditions of the of the Window and display such that the
x/y coordinates are at the "Selected Cell" location consistantly.
>>Perhaps "AutoIt", download from authors website.
>
> unfortunately, this does not work because it requires x/y coordinates of the
> screen (but I need the selected cell).
>
> arno