Software that can make doubleclicks for me

A

arno

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.
 
T

Tom

I know a software called Keytext (a shareware).
Check out on google and download it on Clubic (or the official site).
 
A

arno

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
 
B

Bob I

Perhaps set conditions of the of the Window and display such that the
x/y coordinates are at the "Selected Cell" location consistantly.
 
Top