Software that can make doubleclicks for me

  • Thread starter Thread starter arno
  • Start date Start date
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.
 
I know a software called Keytext (a shareware).
Check out on google and download it on Clubic (or the official site).
 
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
 
Perhaps set conditions of the of the Window and display such that the
x/y coordinates are at the "Selected Cell" location consistantly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top