How to create a checklist with check mark boxes.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Creating a qualifications checklist for new hires. Need to create a list
with 'check mark' boxes, without a data base, for simple on screen checking.
 
Hi Michael,

If you create a Checkbox from the Controls Toolbox then you can right click
it, select properties and set a cell as it's LinkedCell. That way you can
know the checked state of the checkbox with a True/False reading in a cell.

HTH
 
Back
Top