View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RobinD RobinD is offline
external usenet poster
 
Posts: 2
Default automate the TAB inside a userform?


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?