Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, that works!!!
Thanks Harald Staff Len -----Original Message----- Hi Private Sub OptionButton1_Enter() OptionButton1.Value = True End Sub Private Sub OptionButton2_Enter() OptionButton2.Value = True End Sub HTH. Best wishes Harald "Len" skrev i melding ... I have a userform with three text boxes and nine optionbuttons. The optionbuttons are in one group. When I tab through the optionbuttons I want the focus to move from one optionbutton to another and have the optionbutton take focus (i.e. get the dot in the button). Tabbing causes the caption on the optionbutton to be highlighted but the option button actually does not get focus (i.e. OptionButton1.Value = False). I want "OptionButton1.Value = True" to occur when I tab to the optionbutton. How do I get this to happen? Is this possible? . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
optionbutton - three options | Excel Discussion (Misc queries) | |||
Optionbutton troubles | Excel Worksheet Functions | |||
OptionButton. Reset to 0 | New Users to Excel | |||
How Do I Tab From An OptionButton To A TextBox | Excel Discussion (Misc queries) | |||
OptionButton type name? | Excel Programming |