Use Tabcontrol to switch beween control in Excel VBA form
-
Hi All. I have a User form in Excell VBA. It have many control such as textbox, check, combobox..... And I want to use tab to change from this control to another control in the form. I have done -set Tabstop of all the control to true - Set tabindex for all control in the right order. But I can't swich between control. Please help
-
Hi All. I have a User form in Excell VBA. It have many control such as textbox, check, combobox..... And I want to use tab to change from this control to another control in the form. I have done -set Tabstop of all the control to true - Set tabindex for all control in the right order. But I can't swich between control. Please help
It works like a charm for me. See: [Setting the Tab Order](https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-basic-6/aa733550(v=vs.60))