Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Preventing check boxes from being checked/unchecked

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...

like image 691
larryr Avatar asked Oct 28 '25 18:10

larryr


1 Answers

For a Form Control:

  1. Right-click and select Format Control...
  2. Select the Protection tab.
  3. Make sure that Locked is checked
  4. Select the Control tab.
  5. Choose a cell in the Cell Link field.
  6. Press OK.
  7. Right-click on the cell that you referenced in step 5.
  8. Select Format Cells...
  9. Select the Protection tab.
  10. Make sure that Locked is checked.
  11. Select Hidden if you don't want users to see it.
  12. Press OK.
  13. Right-Click on the Worksheet Tab
  14. Select Protect Sheet
  15. Make sure that Protect worksheet and contents of locked cells is checked.

That should do it!

like image 187
lnafziger Avatar answered Oct 31 '25 13:10

lnafziger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!