Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need help with the option button, please.
I have the following on my form I am creating in Excel: Location: * Left * Right * Top * Bottom Size: * Large * Small (* indicats the option button) Excel has all 6 options linked together. I want people who use my form to select one "location" answer and one "size" answer. However, Excel is only letting me select one of the 6 options. Any help is greatly appreciated. |
#2
![]() |
|||
|
|||
![]()
admannj:
Theoretically, the way I would handle this would involve a macro (I'm not sure you would want this approach). May I suggest an alternative? 1. Instead of an 'Option Button' approach - use a combo box. The combo box requires an 'Input Range' (right click on the combo box, Choose 'Format Control', choose 'Control', and the put in an input range. The input range should be (e.g. A1 to A4 if the cells A1 to A4 contain 'Left, Right, Top, Bottom"). Then create another combo box using a different input range (e.g. B1 to B2 if the cells B1 to B2 contain 'Large, Small') Hope this helps. "admannj" wrote: I need help with the option button, please. I have the following on my form I am creating in Excel: Location: * Left * Right * Top * Bottom Size: * Large * Small (* indicats the option button) Excel has all 6 options linked together. I want people who use my form to select one "location" answer and one "size" answer. However, Excel is only letting me select one of the 6 options. Any help is greatly appreciated. |
#3
![]() |
|||
|
|||
![]()
AjOb1kenobi ... Thanks very much for your help.
"AjOb1kenobi" wrote: admannj: Theoretically, the way I would handle this would involve a macro (I'm not sure you would want this approach). May I suggest an alternative? 1. Instead of an 'Option Button' approach - use a combo box. The combo box requires an 'Input Range' (right click on the combo box, Choose 'Format Control', choose 'Control', and the put in an input range. The input range should be (e.g. A1 to A4 if the cells A1 to A4 contain 'Left, Right, Top, Bottom"). Then create another combo box using a different input range (e.g. B1 to B2 if the cells B1 to B2 contain 'Large, Small') Hope this helps. "admannj" wrote: I need help with the option button, please. I have the following on my form I am creating in Excel: Location: * Left * Right * Top * Bottom Size: * Large * Small (* indicats the option button) Excel has all 6 options linked together. I want people who use my form to select one "location" answer and one "size" answer. However, Excel is only letting me select one of the 6 options. Any help is greatly appreciated. |
#4
![]() |
|||
|
|||
![]()
I think I'd use the OptionButtons.
But put each group of optionbuttons in its own groupbox (another icon on that Forms toolbar). admannj wrote: I need help with the option button, please. I have the following on my form I am creating in Excel: Location: * Left * Right * Top * Bottom Size: * Large * Small (* indicats the option button) Excel has all 6 options linked together. I want people who use my form to select one "location" answer and one "size" answer. However, Excel is only letting me select one of the 6 options. Any help is greatly appreciated. -- Dave Peterson |
#5
![]() |
|||
|
|||
![]()
Dave Peterson ...
Thanks very much for your advice on both of my posts. I will attempt the "groupbox" method. Thanks again. -a- "Dave Peterson" wrote: I think I'd use the OptionButtons. But put each group of optionbuttons in its own groupbox (another icon on that Forms toolbar). admannj wrote: I need help with the option button, please. I have the following on my form I am creating in Excel: Location: * Left * Right * Top * Bottom Size: * Large * Small (* indicats the option button) Excel has all 6 options linked together. I want people who use my form to select one "location" answer and one "size" answer. However, Excel is only letting me select one of the 6 options. Any help is greatly appreciated. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get the "repeat" button on a toolbar? | Excel Discussion (Misc queries) | |||
Need help with Option Button dynamic background color | Excel Discussion (Misc queries) | |||
parameters option on the external data toolbar is not available | Excel Discussion (Misc queries) | |||
Group buttons from the forms toolbar | Excel Discussion (Misc queries) | |||
The Auto Filter button lost the column specified option. | Excel Worksheet Functions |