Logo 
Search:

MS Office Forum

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds

UserForm ( .TabIndex )

  Asked By: Frankie    Date: Jan 11    Category: MS Office    Views: 1284
  

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.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Quinn Johnson     Answered On: Jan 11

Frames are their own Obj...so you can't set  them ALL. You can set all things
in each level...a frame is it's own level, so you have to set those on their
own.

 
Didn't find what you were looking for? Find more on UserForm ( .TabIndex ) Or get search suggestion and latest updates.




Tagged: