I have an Option Group with 3 buttons and the default one is the first button
meaning 1
I want that after a user press the second button the default will be 2 (the one I clicked on)
I tried to use the code:
and it didnt work (most likely not even the correct command use)
any one can help (I'am really newbie)
meaning 1
I want that after a user press the second button the default will be 2 (the one I clicked on)
I tried to use the code:
Code:
Private Sub option20_GotFocus()
frame17.DefaultValue = 2
End Sub
and it didnt work (most likely not even the correct command use)
any one can help (I'am really newbie)