SendKeys not working for some program

O

Oshikawa

Hello,

I am using ASPECT eWorforce Management in work and I am trying to automate
some of the keying I have used Sendkeys and AppActive but the SendKeys does
not work. I have tried the Code with other programs and it is fine.

Sub Macro1()

AppActive "Aspect Management"
Application.Wait("00:00:01")

Sendkeys "%F", false
SendKeys "^n", false

End Sub


The windows activate but nothing happens is there something that needs
adding for certain programs to accept keys?

I am using Windows XP along with Excel 2003.


Thanking you in advance
 

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