I am creating a survey type userform with multiple groups of Yes, No, N/A questions.
With yes and no alone i can use
If OptionButton1.Value = True Then
Cells(emptyRow, 2).Value = yes"
Else
Cells(emptyRow, 2).Value = "no"
End If
but what would i use if i have 3 options?
Thanks in advance for all the help![]()
Bookmarks