How does a Userform know when objects are created ?
You can create a Userform with objects in sequential and placement order (i.e.,
OptionButton1, Optionbutton2, TextBox1, TextBox2 )
If later on, I need to add another object and place it in the middle of the
Userform
Then, this last object added was created last and causes the ( TabIndex )
numbers to be out of sequence.
Why can't VBA code going thru a Userform of objects see that the objects
are in placement order, rather than in creation order ?