Problem with Tabindex

T

Toppers

I have a multipage userform which contains the following on Page 0 from top
left to bottom right:

Txt1, Frame1 containing Txt2,Txt3, Frame2 containing Txt4, Txt5 and finally
Txt6.

I need to tab in the follwing sequence:

Txt1
F1 >> Txt2,Txt3
F2 >> Txt4,Txt5
Txt6


All efforts to tab from Txt1 to Txt6 have failed (using TabIndex in the
Properties Window or VBA to set TabIndex)!.

Any help gratefully appreciated.

Thanks in advance.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top