Forms: Radio buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a sort of checklist form with multiple sections that contain a
choice where there is only one option. The radio button is the simplest
control to limit the choice to one. However, I can't figure out how to
"unlink" the radio buttons from each separate section, so the choices can be
exculsive of each other. For example,
Section A: Customer choice
Yes or no option
Section B: Contract Type
A, B, C, or D
Section C: Reference Number
1
2
3
4
5
6
and so on...
How do I format the radio buttons to be exclusive of each section?
 
On the Userform toolbox there ia "Frame" control next to the CommanBbutton.
Insert like any other control and then add in your option buttons Change the
frame caption to reflect your sections.

HTH
 
Back
Top