View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff[_4_] Harald Staff[_4_] is offline
external usenet poster
 
Posts: 70
Default automate the TAB inside a userform?

Since after the first character is obviously not the end of the entry, how would a textbox
know when an entry IS complete ?

Best wishes Harald
Excel MVP

Followup to newsgroup only please.

"RobinD" wrote in message
...

I am entering data into a userform using a barcode
scanner.. I want it to automatically jump to the next
textbox after I make an entry.

Using SendKey{TAB} works, however it jumps to the next
textbox prematerly, after the first charactor.

Any ideas?