Userform Option Box Independent of Each Other

MikeeRDX

Board Regular
Joined
Feb 16, 2014
Messages
98
Hi, is there a way to make option box independent of each other? I would like to put several option boxes into one Userform and allowing the user to click and select each one that applies and not have it unclicked another.

Also, is there a VBA code that I can use to clear out the selections without needing to close and reopen the userform? Thank you for whatever help you can provide.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Each option button can be placed within it's own frame control. However, the user would have no way to de-select the option, unless there was another button to de-select the options. Have you considered using check boxes?
 
Upvote 0
Thank you!!! Your check box suggestion actually does the trick and it works even better. As for clearing out the selections, I have the code to do it now.
 
Upvote 0

Forum statistics

Threads
1,214,989
Messages
6,122,622
Members
449,093
Latest member
catterz66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top