Group box, option button and cell reference

S

Sandy

I need option buttons across six rows. I need the user to
only have one option PER row. Help feature says to place
option buttons into a Group Box but I can't figure out how
to do that. It also says to have cell reference???? Any
suggestions?
 
J

J.E. McGimpsey

If you use the option buttons from the Forms toolbar rather than the
Controls toolbar, you can place them inside a group box (also from
the forms toolbar). Right-click the option button and choose Format
control.

In the control tab, enter a cell reference to contain the value of
the option button(which will be 1-6 for 6 buttons within the group
box)
 
Top