sendkeys problem
sendkeys problem
(OP)
I am working on Excel vba to control Extra attachmate. i am trying to write codes for the program to click on tools menu, click on " capture incomming data " , enter the name into the diaglog box and click save. I used they sendkeys command but it doesn't work. anyone got any suggestions? thanks
Kevin
Kevin
RE: sendkeys problem
Your object will have should have the prop/method of capture data just like Extra does. If so it will also have a variable for location to save the data to.
I can't give specific instructions because I don't have that option in my version of Extra.
For the code required, try recording a macro with these steps and then use that as a base for your VBA code.
calculus
RE: sendkeys problem
Kevin
RE: sendkeys problem