OptionButton quandary

  • Thread starter Patrick Simonds
  • Start date
P

Patrick Simonds

I have 2 sets of OptionButtons each set has button labeled

Group One Choice
Primary
Secondary

Group Two Choice
Primary
Secondary

If the Group One Choice Primary OptionButton is selected I do not want to be
able to select the Group Two Choice Primary OptionButton. That would be easy
enough on its own by assigning each Primary OptionButton to the same group,
but, there always seems to be a but. If I select the Group One Choice
Primary OptionButton I do not want to be able to select the Group Two Choice
Secondary OptionButton.

So group one can be Primary and group two secondary or
group two can be primary and group one secondary or
only one group might be primary and no secondary

Hope this makes sense.
 
P

Patrick Simonds

Found a solution. Put both sets of OptionButtons in there own groups. Then
added code to the OptionButton click sub which sets the opposing
OptionButton to False.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top