here's an easy one...


Posted by rm on January 03, 2002 2:11 PM

...how do you get a certain textbox of a userform to have the cursor in it by default when the userform opens so that the user can start typing without selecting it?

thanks...rm



Posted by Scott on January 03, 2002 2:15 PM

You can set the Tab index under properties for each text box. I believe if you set it to zero "0", this will be the default box.