Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need some shlp please, I have 4 check boxes on the same line and would like
to be able to check one and if I change the check that it automatically uncheckes the one that is already checked and checks the new one. In other words if i have already checked the first box, and change my mind and then check the third box, the first box should uncheck when the third is checked. I am using excel 2003 Thanks chef mike |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is the kind of functionality that Optionbuttons (nicely grouped) provides.
If you end up using optionbuttons from the Forms toolbar, put each group inside a groupbox (also on the Forms toolbar). If you end up using optionbuttons from the Control toolbox, you'll have to use a different groupname for each set of optionbuttons in a group. (It's under the properties window.) You may want to look at Debra Dalgleish's site: http://www.contextures.com/xlForm01.html For some options with the optionbuttons from the Forms toolbar. chefmike wrote: I need some shlp please, I have 4 check boxes on the same line and would like to be able to check one and if I change the check that it automatically uncheckes the one that is already checked and checks the new one. In other words if i have already checked the first box, and change my mind and then check the third box, the first box should uncheck when the third is checked. I am using excel 2003 Thanks chef mike -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linked Check Boxes | Excel Discussion (Misc queries) | |||
Can one cell hold multiple check boxes (and then sort based off e. | Excel Discussion (Misc queries) | |||
why do check boxes move when printing excel spreadhseets | Excel Discussion (Misc queries) | |||
Selecting Check Boxes | Excel Discussion (Misc queries) | |||
How to align check boxes on an Excel sheet? | Excel Worksheet Functions |