Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Julian
 
Posts: n/a
Default Using 'Option Buttons'

I'm trying to make a table that has 4 rows of 3 option buttons within it.
The tricky part is that I want each row of option buttons to act
independently of the other rows.

I can't seem to be able to find a way to do this, because no matter what
cell I link any of the buttons to they all just follow suit, so i end up with
12 buttons linked to one cell every time.

I'm using MS Excel 2003 if that makes a difference. Thanks in advance for
any help anyone can provide.
  #2   Report Post  
Jim Rech
 
Posts: n/a
Default

If you're using option buttons from the Forms toolbar put a group box around
the ones your want to operate together. You can make the group boxes hidden
and this will still work. The option buttons must be entirely inside the
group box.

If you're using option buttons from the Control Toolbox just give the ones
in sync the same Groupname (in their Properties).

--
Jim
"Julian" wrote in message
...
| I'm trying to make a table that has 4 rows of 3 option buttons within it.
| The tricky part is that I want each row of option buttons to act
| independently of the other rows.
|
| I can't seem to be able to find a way to do this, because no matter what
| cell I link any of the buttons to they all just follow suit, so i end up
with
| 12 buttons linked to one cell every time.
|
| I'm using MS Excel 2003 if that makes a difference. Thanks in advance for
| any help anyone can provide.


  #3   Report Post  
Julian
 
Posts: n/a
Default

How would I go about hiding these group boxes?

"Jim Rech" wrote:

If you're using option buttons from the Forms toolbar put a group box around
the ones your want to operate together. You can make the group boxes hidden
and this will still work. The option buttons must be entirely inside the
group box.

If you're using option buttons from the Control Toolbox just give the ones
in sync the same Groupname (in their Properties).

--
Jim
"Julian" wrote in message
...
| I'm trying to make a table that has 4 rows of 3 option buttons within it.
| The tricky part is that I want each row of option buttons to act
| independently of the other rows.
|
| I can't seem to be able to find a way to do this, because no matter what
| cell I link any of the buttons to they all just follow suit, so i end up
with
| 12 buttons linked to one cell every time.
|
| I'm using MS Excel 2003 if that makes a difference. Thanks in advance for
| any help anyone can provide.



  #4   Report Post  
Jim Rech
 
Posts: n/a
Default

They is no way through the UI to do this so you must use a macro. This
hides all of them on the active worksheet:

Sub HideGBs()
Activesheet.Groupboxes.Visible = False
End Sub

--
Jim
"Julian" wrote in message
...
| How would I go about hiding these group boxes?
|
| "Jim Rech" wrote:
|
| If you're using option buttons from the Forms toolbar put a group box
around
| the ones your want to operate together. You can make the group boxes
hidden
| and this will still work. The option buttons must be entirely inside
the
| group box.
|
| If you're using option buttons from the Control Toolbox just give the
ones
| in sync the same Groupname (in their Properties).
|
| --
| Jim
| "Julian" wrote in message
| ...
| | I'm trying to make a table that has 4 rows of 3 option buttons within
it.
| | The tricky part is that I want each row of option buttons to act
| | independently of the other rows.
| |
| | I can't seem to be able to find a way to do this, because no matter
what
| | cell I link any of the buttons to they all just follow suit, so i end
up
| with
| | 12 buttons linked to one cell every time.
| |
| | I'm using MS Excel 2003 if that makes a difference. Thanks in advance
for
| | any help anyone can provide.
|
|
|


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 Grant90 Excel Discussion (Misc queries) 1 July 29th 05 03:34 PM
Option Buttons - groups Ciara Excel Discussion (Misc queries) 4 May 18th 05 06:41 PM
Option Buttons in Group Box JAMES T. Excel Discussion (Misc queries) 4 March 22nd 05 09:59 PM
grouping of option buttons mapi62 Excel Discussion (Misc queries) 0 February 22nd 05 01:19 PM
Can I use more than one set of option buttons in a worksheet? Ray Excel Worksheet Functions 2 November 22nd 04 04:37 PM


All times are GMT +1. The time now is 09:19 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"