Left Click

  • Thread starter Thread starter Nedan Nedzatra
  • Start date Start date
N

Nedan Nedzatra

Hia!

How are you friends?

I have read from a site that there is no VBA code for sending the 'fn' key.
Is that right? I use a laptop and without that I can't write codes for left
click.

If someone knows a way around could I please know it?

I have not tried it but on a PC sendkeys "5" should do the left click! Am I
right?

Many Thanks.
 
I have some documentation here that says SendKeys can send function keys
using "{F2}" (for example). I don't see anything in there about mouse
buttons, and it isn't obvious to me how you could use SendKeys with a mouse
anyway, since there's no way to move the cursor before clicking on it.
 
Hia!

I did check with some codes I got from the net; win32 API declarations; They
certainly take the cursor to whereever you want on the screen.
 
Sorry. I accidently used my room mate's account.

Varne said:
Hia!

I did check with some codes I got from the net; win32 API declarations; They
certainly take the cursor to whereever you want on the screen.
 
Back
Top