Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capture screen coordinates of user mouse click
#1
I have a macro that requires clicking in the right spot b/c there are no kb shortcuts (tabbing, etc).

But the size of the window and the column widths within it can change the position of a check box to just about anywhere.

How could I have a macro go:

int intX
int intY
Msg box "Dear user, please click check box"
capture coordinates to intX, intY
use intX, intY to check off box later in macro


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)