Option Button Grouping

davidhall80

Well-known Member
Joined
Jul 8, 2006
Messages
663
I've got 20 rows of information in D5:M25. In Columns B and C, I have 20 Option buttons per column that are ajacent to the 20 rows of information. What I'm trying to do is group the option buttons 2 per group by row. The option buttons in column B say "Accept", the option buttons in column C say "Change". If a user needs to make changes in range D5:M5, I want them to click the "Change" option button which will unlock range D5:M5. If they click the "Accept" option button, than that range will be locked. The problem is that the option buttons that I placed in row 5 affect the other option buttons in other rows. One row of information has nothing to do with another row of information. Can I group them 2 at a time. Thanks in advance[/list]
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
you can.

if you are using the forms toolbox draw a 'group box' around the 2 option buttons you wish to group.
 
Upvote 0
Try this:
  • Turn on Design Mode

    Right click a button and select Properties

    Change GroupName so each group of buttons you want grouped together have the same name

    Turn off Design Mode
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,749
Members
448,989
Latest member
mariah3

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