Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 190
Default radio buttons independent for each row

i have like 40 radio button in my worksheet. there are 2 on each row. the
only problem is that all 40 seem to be related to each other. like when i
click yes in the first row, and no in the 10th row, the one for the first row
is cleared. how can i make it to where the "yes" and "no" in each row are
independent.

thanks in advance,
geebee
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default radio buttons independent for each row

Depends where you got your radio buttons from as to how to make them
independant.

If they come from the forms toolbar (right clicking gives you the option to
assign a macro) then you just need to place a frme control around the buttons
you want linked. The frame control looks like a square with XYZ across the
top.

If your buttons come from the control toolbox then put your sheet into
design mode by clicking on the triangle and pencil icon. Now right click an
option button and select Properties. One of the properties is GroupName.
Change the group name for all of the buttons on a row to something like Row1.
That will link these buttons together...
--
HTH...

Jim Thomlinson


"geebee" wrote:

i have like 40 radio button in my worksheet. there are 2 on each row. the
only problem is that all 40 seem to be related to each other. like when i
click yes in the first row, and no in the 10th row, the one for the first row
is cleared. how can i make it to where the "yes" and "no" in each row are
independent.

thanks in advance,
geebee

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default radio buttons independent for each row

And if you're only getting yes/no answers, maybe using a single checkbox per row
would make more sense.

Checked means yes, unchecked means no.

And you won't have to worry about grouping them, either.

geebee wrote:

i have like 40 radio button in my worksheet. there are 2 on each row. the
only problem is that all 40 seem to be related to each other. like when i
click yes in the first row, and no in the 10th row, the one for the first row
is cleared. how can i make it to where the "yes" and "no" in each row are
independent.

thanks in advance,
geebee


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Option Buttons/Radio Buttons John Calder New Users to Excel 7 May 16th 08 03:51 AM
Independent radio buttons so I can select more than one duketter Excel Discussion (Misc queries) 3 April 17th 07 05:34 PM
Excel: creating a group of independent option buttons tD Excel Discussion (Misc queries) 3 December 22nd 05 07:52 AM
Can I copy radio buttons so that the second set is independent of. pd4him Excel Discussion (Misc queries) 1 February 9th 05 12:34 AM
VBA: Disable Frame and Radio Buttons based on Another Radio Button Being True Mcasteel Excel Worksheet Functions 2 October 29th 04 07:06 PM


All times are GMT +1. The time now is 09:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"