Private Sub Command1_Click()
If Option1.Value = True Then
MsgBox "You selected " & Option1.Caption
ElseIf Option2.Value = True Then
MsgBox "You selsected " & Option2.Caption
ElseIf Option3.Value = True Then
MsgBox "You selected" & Option3.Caption
End If
End Sub
Posted by: Wasim Javed
No comments:
Post a Comment