View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jlclyde[_2_] jlclyde[_2_] is offline
external usenet poster
 
Posts: 7
Default Putting Focus into Textbox

I have a userform that I am using a barcode scanner to populate a text box. When the form loads the cursor is in the barcode textbox. On change event it does some stuff unloads the form and then runs the macro that loads the form. When it reloads the Cancel button is the active control. Every time that the form loads I want the cursor on the barcode text box. How do I make this happen? It is at the top of the tab order.

Thanks,
Jay