LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
dwm
 
Posts: n/a
Default How do you set multiple groups of radio buttons?

Dave, you're wonderful! This is just the type of solution I was looking for.

Bob, thanks for your input, too. I got a co-worker to trigger your solution.

Gentlemen, you are both lifesavers! You made my day and the remainder of my
workday will go much smoother now. Have a terrific evening!

donna

"Dave Peterson" wrote:

ActiveX = controls from the control toolbox toolbar.

But another option is to design your form using those groupboxes. Then hide the
groupboxes. They'll still be there, but you won't be able to see them.

If you want to try:

select the worksheet with the groupboxes to hide.
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


When you want to see them again (for changing the design), you can do the same
thing, but use True.




dwm wrote:

Bob,

I guess I misspoke. My "form" is an Excel spreadsheet, so there's no design
mode. And you totally lost me with talk of ActiveX. (I feel like such a
novice!)

donna

"Bob Umlas, Excel MVP" wrote:

To do it without group boxes, you need to use the activeX control's option
buttons (from the control toolbox, not the forms). Once you have the buttons
placed on the sheet, in design mode (from the control toolbox), select the
option button and right-click the button, select Properties. In this window,
give the button's Groupname a unique name -- one name per group, a separate
name for each group of buttons you want to work independently. FOr example,
you have 5 buttons (button 1 thru 5). Buttons 1,2,3 all get the group name
"Bob" and buttons 4 & 5 get the group name "dwm", Now exit design mode and
you'll see the first 3 work as one group and the last 2 as another.
Bob Umlas, Excel MVP

"dwm" wrote:

I know I can group them, but how can I keep that Group Box from showing up on
my form? If I remove the Group Box, then the Cell Links all become the same
address.


--

Dave Peterson



 
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
How do I stop radio buttons moving left after Printing KoLM#s Excel Discussion (Misc queries) 5 July 19th 07 03:42 PM
Radio buttons moving when spreadsheet is viewed on other systems Stryder Excel Discussion (Misc queries) 1 February 9th 06 05:40 PM
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:12 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"