Checkboxes

D

Dave Peterson

Checkbox on a worksheet?

If yes:

There are two types of checkboxes.

One is from the Forms toolbar.
Just rightclick on it and select "Format control"
And enter the address of the cell you want on the "Control" tab in the cell link
box.

The other is from the Control Toolbox toolbar.
Show that toolbar
click on the design mode icon
rightclick on the checkbox
select properties
Type the address in the "linkedcell" property

close the properties window and toggle out of design mode.

Watch those cells when you check the box.
 
Top