Here is a screen print, note, the first changed check box, I would like the coding behind the first check box to apply to all check boxes on the document without having to enter it into the click event for each new check box if possible...
thread711-1792711
Redmondkw357 (TechnicalUser)
(OP)
12 Feb 19 00:08
I have a checkbox that I use the following code to change the properties but I would like it to apply to all checkboxes or any new checkboxes added to the document without having to copy it to each individual check box click...
I have a checkbox that I use the following code to change the properties but I would like it to apply to all checkboxes or any new checkboxes added to the document without having to copy it to each individual check box click event.
Private Sub CheckBox1_Click()
If CheckBox1.Value = True Then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.