P
Patrick C. Simonds
Can anyone tell be why the code below will not return False when none of the
3 OptionButtons are True? I have a code line in the UserForm Initialization
that sets the Variable to true and the code below runs when the UserForm is
closed.
Question1 = (Me.OptionButton21 Or Me.OptionButton22 Or Me.OptionButton23)
If Question1 = False Then
ActiveDocument.Variables("Fun").Value = "Incomplete"
End If
3 OptionButtons are True? I have a code line in the UserForm Initialization
that sets the Variable to true and the code below runs when the UserForm is
closed.
Question1 = (Me.OptionButton21 Or Me.OptionButton22 Or Me.OptionButton23)
If Question1 = False Then
ActiveDocument.Variables("Fun").Value = "Incomplete"
End If