SendKeys to a remote server application

G

green78

Hi, I have this problem.

Currently I'm using Excel 2000 and until now it worked perfectly wit
my internet explorer - I mean I use the SendKeys function to send dat
to IE. But now I have to start this IE by logging on to remote server
My code is simple and looks like this:

AppActivate("IE header")
SendKeys("Cell("A2"))....... etc.

This works perfectly when I start IE from my PC. When I start IE (o
other application) from the remote server only AppActivate works but n
keys are being sent at all - they just "disappear in the air". I see th
window coming on focus but nothing happens after that.

I'll be very thankful if you advise me on this, it's quit
important issue for me. Thanks in advance !

gree
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top