Why is it, that I can't set the ( .TabIndex ) value for all objects in a
UserForm with VBA code.
I tried this and the ( .TabIndex ) value remains the same afterwards.
I would like to do this, so I can arrange them in sequential order so the TabKey
can go from the 1st input box to the next input box in proper sequence
The Userform has Frames defined in it, and some of these Frames have other
Frames within
And, in these Frames are the input text boxes for user input
I read the tips section on ( Tab Order ) and unfortunately it didn't work for
me...( sigh )
This UserForm was created initially with Office97 Excel.