Friends,



I have a userform with several text box inputs and option buttons. For some reason 2 of the textboxes, say, TextBox1 and TextBox2, when clicked on they setfocus and highlight the initialized text in TextBox3. I don't have any "Enter" functions set up and cannot figure out where this problem is coming from.

Furthermore, I only want 4 of the text boxes and the OKButton to be in the tab order. No matter what I do to the TabStop properties, it always excludes one of the four textboxes. I have adjusted the tabindex both manually and by right clicking on the userform.

I have a feeling that the two problems are linked. Any ideas?

Thanks so much!

-Mike