PDA

View Full Version : Excel2000 Sendkeys VBA



sswcharlie
08-17-2015, 12:07 AM
Excel2000
Trying to get a simple answer in using sendkeys to send a 2 letter value (eg: ab) from a cell into an open application, only 1 other application
open at a time. Could be word or any other open application say like Arduino (microprocessor screen)
Tried to get the communication with these:

Application.SendKeys"(hello)"

Application.SendKeys "hello", True



SendKeys.Send("hello")

with no luck.


Using Win7 with XL2000.
Is there something I am missing ?
Thanks
Charles Harris