Nelson78
Well-known Member
- Joined
- Sep 11, 2017
- Messages
- 526
- Office Version
- 2007
Hello everybody.
I'm a newbie about automating external application via sendkeys method.
Now, I can get in the external application, I can write (for example "5"), but I cannot shift the focus two fields on the right (as I manually do without problem). I mean: nothing happens.
Maybe somebody could suggest the solution.
Thank you in advance.
I'm a newbie about automating external application via sendkeys method.
Now, I can get in the external application, I can write (for example "5"), but I cannot shift the focus two fields on the right (as I manually do without problem). I mean: nothing happens.
Maybe somebody could suggest the solution.
Thank you in advance.
Code:
Application.SendKeys ("5")
Application.Wait (Now + TimeValue("0:00:05"))
Application.SendKeys "{TAB 2}", True
Last edited: