Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,comp.lang.basic.visual.misc
|
|||
|
|||
![]()
I'm simply executing the following and it won't work. DoEvents
I threw in for testing as i saw reference that it may help, plus the time delay was a suggestion, none of which solves the fact that NO data (via SendKeys) can be sent to a Terminal Services or Remote Desktop connection window. Suggestions? -------------------------------- 'switch App focus to the Fundware App AppActivate "Intuit FundWare" DoEvents 'wait 10 seconds Application.Wait (Now + TimeValue("0:00:10")) DoEvents 'I even tried Application.SendKeys, neither work. SendKeys "test", True DoEvents ------------------------------- Thanks for your help! -Brendan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2003 publish to a remote share does not work... | Charts and Charting in Excel | |||
SendKeys "{F},true does not work | Excel Worksheet Functions | |||
GetObject method from excel to other application from remote server | Excel Programming | |||
SendKeys to a remote server application | Excel Programming | |||
Application.sendkeys | Excel Programming |