I have a workbook that has many checkboxes (form control) on one tab. I check the box (Yes/No/NA) based on values in other tabs,. The tab with the checkboxes, is a form that was created, that needs to be printed, but the users cannot click any of the boxes because these decisions are driven by formulas.
I have locked the workbook & unchecked all the boxes in the popup.
So the question is, how do I prevent all the check boxes from being clicked/checked??
AHIA,
LarryR…
For a Form Control:
Format Control...Protectiontab.Lockedis checkedControltab.Cell Linkfield.OK.Format Cells...Protectiontab.Lockedis checked.Hiddenif you don’t want users to see it.OK.Protect SheetProtect worksheet and contents of locked cellsis checked.That should do it!