Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default Independent radio buttons so I can select more than one

Excel 2003 - Is there a way to group radio buttons so I can select more than
one? There are 5 different questions that need are tied to radio buttons and
I would like these radio buttons to be independent to each other so I can
select a radio button for each question. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Independent radio buttons so I can select more than one

If you used optionbuttons from the Forms toolbar, put a groupbox (also on that
same toolbar) around the optionbuttons.

If you used optionbuttons from the control toolbox toolbar, rightclick on each
of the members of the group, choose properties, and give that group a unique
groupname.

(You may need to hit the design mode icon first.)

You may want to try the form at Debra Dalgleish's site:
http://contextures.com/xlForm01.html


duketter wrote:

Excel 2003 - Is there a way to group radio buttons so I can select more than
one? There are 5 different questions that need are tied to radio buttons and
I would like these radio buttons to be independent to each other so I can
select a radio button for each question. Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default Independent radio buttons so I can select more than one

I used this approach: If you used optionbuttons from the Forms toolbar, put a
groupbox (also on that same toolbar) around the optionbuttons.

However I now have a box/border around each of the groupings. Anyway to
remove this on the excel spreadsheet so the border is not visible?

Thanks!

"Dave Peterson" wrote:

If you used optionbuttons from the Forms toolbar, put a groupbox (also on that
same toolbar) around the optionbuttons.

If you used optionbuttons from the control toolbox toolbar, rightclick on each
of the members of the group, choose properties, and give that group a unique
groupname.

(You may need to hit the design mode icon first.)

You may want to try the form at Debra Dalgleish's site:
http://contextures.com/xlForm01.html


duketter wrote:

Excel 2003 - Is there a way to group radio buttons so I can select more than
one? There are 5 different questions that need are tied to radio buttons and
I would like these radio buttons to be independent to each other so I can
select a radio button for each question. Thanks


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Independent radio buttons so I can select more than one

You can hide the groupbox in code. Or with just a one liner:

Hit alt-f11 to get to the VBE
hit ctrl-g to see the immediate window
type this and hit enter.

activesheet.groupboxes.visible = false

If you only want to hide a single groupbox, you can use something like:

activesheet.groupboxes("group box 1").visible = false



duketter wrote:

I used this approach: If you used optionbuttons from the Forms toolbar, put a
groupbox (also on that same toolbar) around the optionbuttons.

However I now have a box/border around each of the groupings. Anyway to
remove this on the excel spreadsheet so the border is not visible?

Thanks!

"Dave Peterson" wrote:

If you used optionbuttons from the Forms toolbar, put a groupbox (also on that
same toolbar) around the optionbuttons.

If you used optionbuttons from the control toolbox toolbar, rightclick on each
of the members of the group, choose properties, and give that group a unique
groupname.

(You may need to hit the design mode icon first.)

You may want to try the form at Debra Dalgleish's site:
http://contextures.com/xlForm01.html


duketter wrote:

Excel 2003 - Is there a way to group radio buttons so I can select more than
one? There are 5 different questions that need are tied to radio buttons and
I would like these radio buttons to be independent to each other so I can
select a radio button for each question. Thanks


--

Dave Peterson


--

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
Help - Radio Buttons evo182 Excel Worksheet Functions 1 January 22nd 06 03:24 PM
Excel: creating a group of independent option buttons tD Excel Discussion (Misc queries) 3 December 22nd 05 07:52 AM
Radio Buttons Bethie at CLG Excel Worksheet Functions 6 October 31st 05 09:08 PM
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 01:47 PM.

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

About Us

"It's about Microsoft Excel"