Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ungrouping radio buttons in Excel

Status
Not open for further replies.

mohtogh

Chemical
Joined
Feb 21, 2001
Messages
144
Location
CA
Hi there,
In a Excel spreadsheet,I have two questions,that each question need two radio buttons: yes and No
(Totally 4 radio buttons). But when I put these radio buttons, Excel supposed they are all in one group (It allow me to click on just one of them). How can I separate the two pairs of (Yes/No0radio buttons?

Thanks
 
Put each pair in a frame control (or any control that can act as a container eg picture box, frame, etc).
 
Open the Control Toolbox and select design mode
then click properties.
Then choose each radio button in turn and find the "GroupName" property which you should set to a different name for each group of buttons.
eg if buttons 1 & 2 are to be grouped together, give them both the GroupName property (say) "Group1", and if buttons 3 & 4 are to be grouped together, give them both the GroupName property (say) "Group2". Then exit design mode.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top