Keyboard Input
I am using keyboard wedge software to move a scanned string into my excel vba program. Problem is I want the program to immediately continue with next code line after scan occurs without requiring user to enter any info/keystroke. I have tried input and msgbox commands without any luck. Any ideas?? Pete
try SendKeys more
try SendKeys
more here:
http://excelexperts.com/sendkey-particular-foreground-application-while-...
thanks, I will try it.
thanks, I will try it.