Does anyone have issues with Sendkeys in Microsoft Word 2010?
Since install the macro shows an error on line 82 which is
Sendkeys "^V"
which should paste what was copied in Extra to Word but
no longer works.
Your program WAITS a fixed period of time for your asynchronous emulator to return control! Kinda like waiting at a stoplight just 5 seconds and then gunning it thru the intersection regardless if the light has changed or not!
Rather wait for the emulator to return control and then proceed
Code:
Sendkeys("<^v>")
Do until Sess0.screen.waitforcursor(r, c)
Doevents
Loop
Where r, c is the rest coordinates for the screen.
Skip,
Just traded in my old subtlety...
for a NUANCE!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.