austin350s10
Active Member
- Joined
- Jul 30, 2010
- Messages
- 321
What is the vba code to lock all the checkboxes on the active worksheet?
I tried the following but not luck:
I am using Form Controls CheckBoxes not ActiveX checkBoxes.
I tried the following but not luck:
Code:
ActiveSheet.CheckBoxes = Locked
I am using Form Controls CheckBoxes not ActiveX checkBoxes.