Re: SendKeys does not work
i dont know if you have already tried this but i had a similar problem with sendkeys where it would work then wouldnt work, i just used the wait parameter on each one.
casey.
Re: SendKeys does not work
Quote:
Originally Posted by vbasicgirl
i dont know if you have already tried this but i had a similar problem with sendkeys where it would work then wouldnt work, i just used the wait parameter on each one.
casey.
I'm waiting a second between one sendkey and the other... and still does not work.
Re: SendKeys does not work
what are you using to wait that second, is it letting the sendkeys process the keys, i meant using the wait parameter of sendkeys.
SendKeys "string", True
casey.
Re: SendKeys does not work
Quote:
Originally Posted by vbasicgirl
what are you using to wait that second, is it letting the sendkeys process the keys, i meant using the wait parameter of sendkeys.
SendKeys "string", True
casey.
No, I was using SLEEP. But the Wait=True seems to work!! Thanks.