On a Form I have an Option Group. How do I set the first radio button option
to be default, that is, automatically selected, when the form opens?
Thanks
felton - 01 May 2006 02:58 GMT
I worked it out already:
Private Sub UserForm_Activate()
optNumber1 = True
End Sub
> On a Form I have an Option Group. How do I set the first radio button option
> to be default, that is, automatically selected, when the form opens?
>
> Thanks
news.microsoft.com - 05 May 2006 07:45 GMT
TEST
>I worked it out already:
>
[quoted text clipped - 7 lines]
>>
>> Thanks