R
Robert
Norman provided the following code which resets the checkboxes from the Forms
Toolbar. Can someone amend this for me to apply to checkboxes from the
Control Tool Box
Public Sub Tester()
ActiveSheet.CheckBoxes.Value = xlOff
End Sub
Thank you
Toolbar. Can someone amend this for me to apply to checkboxes from the
Control Tool Box
Public Sub Tester()
ActiveSheet.CheckBoxes.Value = xlOff
End Sub
Thank you