SkipVought
Programmer
Hi,
I noticed a discussion related to this issue and I wondered if there were some resons why using the OIA Object might be superior to, for instance, a method like this, or is it six of one and half dozen of the other...
Code:
With oScrn
'......
.MoveRelative 1, 1, 1
' the cursor has been moved away from the return location (3,19)
.SendKeys ("<enter>")
Do Until (.WaitForCursor(3, 19))
DoEvents
Loop
'......
End With
Skip,
[red][/red]