Pause between SendKeys


Posted by John on April 26, 2001 8:18 AM

I have several SendKeys statements to issue but I need a statement to pause between SendKeys in order to wait for system response to the first set of SendKey commands.



Posted by Jugge on April 27, 2001 12:09 AM

Will this help.

Start = Timer
Do While Timer < Start + 0.4
Loop

/Jugge