Linking Check Boxes

  • Thread starter Thread starter Nightshade
  • Start date Start date
N

Nightshade

I have a set of check boxes on one tab, and another on the next tab. Is
there anyone to link them together so if one is checked off the other ones is
as well?

Thank you
 
Assign all the check boxes to the same linked cell.

For example, make the linked cell Sheet1A10
Give this cell a defined name:
Insert>Name>Define:
Name: LinkCell
Refers to: =Sheet1!$A$10
OK

Now, set the linked cell for each check box to be LinkCell
Right click the check box
Select Format Control
Cell Link: LinkCell
OK
 
Perfect. Thank you

T. Valko said:
Assign all the check boxes to the same linked cell.

For example, make the linked cell Sheet1A10
Give this cell a defined name:
Insert>Name>Define:
Name: LinkCell
Refers to: =Sheet1!$A$10
OK

Now, set the linked cell for each check box to be LinkCell
Right click the check box
Select Format Control
Cell Link: LinkCell
OK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top