Maneesh Massey
Member
Hi,
I was about to complete my application with Excel VBA 2013, but somehow got messed up with the tab order of the text boxes and combo boxes on the userform within the frame. All the text boxes and combo boxes are within the frame and I do not need to set the tab order for the first text box. In order to skip this text box, I changed its tab stop property to false. When the userform loads, the focus goes to the second control which is a combo box which is what I want. The problem occurs when I try to tab to the third control, which is again a combo box and the tab order for all the other controls on the form do not happen in a logical or functional manner.
I tried to right click the frame and set the tab order from there but the tab order is still does not work correctly.
How should I set the tab order of all the controls within the frame ?
Please help.
Regards,
Maneesh
I was about to complete my application with Excel VBA 2013, but somehow got messed up with the tab order of the text boxes and combo boxes on the userform within the frame. All the text boxes and combo boxes are within the frame and I do not need to set the tab order for the first text box. In order to skip this text box, I changed its tab stop property to false. When the userform loads, the focus goes to the second control which is a combo box which is what I want. The problem occurs when I try to tab to the third control, which is again a combo box and the tab order for all the other controls on the form do not happen in a logical or functional manner.
I tried to right click the frame and set the tab order from there but the tab order is still does not work correctly.
How should I set the tab order of all the controls within the frame ?
Please help.
Regards,
Maneesh