I have some option buttons in a group.
I'm trying to get them working but can't find the event which fires.
I want to do this:
Dim strSelection As String
strSelection = Trim(opt_AccountCode.Value)
MsgBox (strSelection)
'Select Case strSelection
'Case strYes
'Case strNo
'End Select
Any ideas?
I'm trying to get them working but can't find the event which fires.
I want to do this:
Dim strSelection As String
strSelection = Trim(opt_AccountCode.Value)
MsgBox (strSelection)
'Select Case strSelection
'Case strYes
'Case strNo
'End Select
Any ideas?