J
Jane
Hello everyone
I hope you can help me with this.
I have created an access form that opens a number of windows in internet
explorer.
I need to simulate a mouse move and left click to get from one active window
to another.
The amount of move is not that important as long as it's around 2 inches or
so to the left or right, up, or down (basically out of the small Find/Search
window)
I have looked using SendKeys - something like:
{mousemove X,Y}
{mouseclick}
Of course this will not work in VBA but is the something like this available ?
I can use SendKeys Alt-Tab to show the windows panel but then you still have
to use the mouse to click the window you want
I can't use the actual mouse so it all has to be done programmatically
Thank you if you can offer any assistance
Jane
I hope you can help me with this.
I have created an access form that opens a number of windows in internet
explorer.
I need to simulate a mouse move and left click to get from one active window
to another.
The amount of move is not that important as long as it's around 2 inches or
so to the left or right, up, or down (basically out of the small Find/Search
window)
I have looked using SendKeys - something like:
{mousemove X,Y}
{mouseclick}
Of course this will not work in VBA but is the something like this available ?
I can use SendKeys Alt-Tab to show the windows panel but then you still have
to use the mouse to click the window you want
I can't use the actual mouse so it all has to be done programmatically
Thank you if you can offer any assistance
Jane