Forum Discussion
MarkSmith64
Dec 10, 2023Copper Contributor
How do I make all other check boxes uncheck when I check a check box?
Hi, I have multiple (groups of 3) check boxes. I want only 1 check box (in the group) to be checked at a time so when you check another box, the others uncheck. Google doesn't seem to be much h...
MarkSmith64
Dec 10, 2023Copper Contributor
Hi, thanks for your response.
All buttons are linked to the same cell even if they are grouped, you can't link a group to a certain cell. I'd already tried this and was all working ok until I needed the second group to be independent from the first. Is there a way of linking different buttons to different cells?
All buttons are linked to the same cell even if they are grouped, you can't link a group to a certain cell. I'd already tried this and was all working ok until I needed the second group to be independent from the first. Is there a way of linking different buttons to different cells?
djclements
Dec 13, 2023Bronze Contributor
MarkSmith64 wrote:
All buttons are linked to the same cell even if they are grouped, you can't link a group to a certain cell. I'd already tried this and was all working ok until I needed the second group to be independent from the first. Is there a way of linking different buttons to different cells?
The key to having multiple group boxes linked to different cells is to insert each group box FIRST, then insert option buttons within each group box. If you insert the option buttons first, they will all be part of the "worksheet" group and will all be linked to the same cell... drawing a group box around the option buttons after the fact has no effect on the cell link.
- MarkSmith64Dec 16, 2023Copper Contributor
Thanks very much I got it to work!