P
Patrick C. Simonds
On my UserForm I have a number of OptionButton groups and each group has a
Label associated to it. This is a series of questions with 3 possible
answers for each question.
What I would like is some code which would change the color of the text in
the label from black to red, if none of the 3 OptionButtons in the group is
true. I am hoping this could be done by Option Group as opposed to writing a
click event for each OptionButton.
Label associated to it. This is a series of questions with 3 possible
answers for each question.
What I would like is some code which would change the color of the text in
the label from black to red, if none of the 3 OptionButtons in the group is
true. I am hoping this could be done by Option Group as opposed to writing a
click event for each OptionButton.