TextBox focus 3
I have a userform with a textbox on it and several other controlls. I want
only the text box to have focus so the user can repeatedly input a number,
press return to process, and enter the next number. On one form I have,
after the return, focus comes back to the text box like it should. On
another form, it leaves to another control. What could be the difference
between the two forms? I don't see anything in my code that would do that.
|