shg
MrExcel MVP
- Joined
- May 7, 2008
- Messages
- 21,845
- Office Version
- 2010
- Platform
- Windows
I have several frames on a multipage, each containing a few controls (checkboxes and option buttons). Tab order is set correctly for the frames, tabstop is False for each, and tabstops are set in the desired order within each frame.
The multipage (which may not be relevant to the problem) Cycle property is set to fmCycleCurrentForm.
The behavior I want is to tab across controls as if the frames weren't there (but the option buttons need them). As it is, if I start in the tab0 frame, it tabs through the controls as desired, but after the last control, it selects the tab1 frame and not the controls within, then the tab2 frame, tab3 frame, then back to the tab0 frame.
Thanks in advance for any suggestions.
The multipage (which may not be relevant to the problem) Cycle property is set to fmCycleCurrentForm.
The behavior I want is to tab across controls as if the frames weren't there (but the option buttons need them). As it is, if I start in the tab0 frame, it tabs through the controls as desired, but after the last control, it selects the tab1 frame and not the controls within, then the tab2 frame, tab3 frame, then back to the tab0 frame.
Thanks in advance for any suggestions.