Rufus Clupea
Board Regular
- Joined
- Feb 11, 2019
- Messages
- 85
Related to my second question in a previous thread:
I have a Frame containing 8 OptionButtons and 1 SpinButton/Label combination.
If the SpinButton is clicked, the OptionButtons are all "zeroed out" (.Value = False) and the SpinButton does its thing.
If one of the OptionButtons is subsequently clicked, the SpinButton is zeroed out, and the OptionButtons do their thing.
This all works, but the tab position remains on the SpinButton, which could be confusing to an uninitiated User. (At a size of 10 x 18, the SpinButton is rather small; large enough to manipulate by mouse or keyboard, but small enough that the tab position highlight could be missed.)
I'd like to move it (have it automatically move) to the subsequently chosen OptionButton, so the TabStop progression can then continue normally.
Anyone know any way this can be done via code?
TIA
Is there any way to change the tab position via VBA code? Here's the situation:Is there a way to tab (key) directly from the last TabStop on one page of the MultiPage to the first TabStop on the next page without manually clicking on the MultiPage tab and the first TabStop on each subsequent page?
I have a Frame containing 8 OptionButtons and 1 SpinButton/Label combination.
If the SpinButton is clicked, the OptionButtons are all "zeroed out" (.Value = False) and the SpinButton does its thing.
If one of the OptionButtons is subsequently clicked, the SpinButton is zeroed out, and the OptionButtons do their thing.
This all works, but the tab position remains on the SpinButton, which could be confusing to an uninitiated User. (At a size of 10 x 18, the SpinButton is rather small; large enough to manipulate by mouse or keyboard, but small enough that the tab position highlight could be missed.)
I'd like to move it (have it automatically move) to the subsequently chosen OptionButton, so the TabStop progression can then continue normally.
Anyone know any way this can be done via code?
TIA