T
Todd
I have 80 checkboxes that when I press a command button
that is linked to the code it will clear the checkobxes.
My code is like the follwing:
Worksheets("Sheet1").Checkbox1.Value=False
Instead of having to use this code for all 80 checkboxes,
is there any code that I can use to clear all the
checkboxes on this worksheet at once? Thanks for the help!
that is linked to the code it will clear the checkobxes.
My code is like the follwing:
Worksheets("Sheet1").Checkbox1.Value=False
Instead of having to use this code for all 80 checkboxes,
is there any code that I can use to clear all the
checkboxes on this worksheet at once? Thanks for the help!