Hi All,
I have some code that applies to 24 different check boxes (named inventively, CheckBox1 through to CheckBox24).
Currently I have a 'Private Sub CheckboxX_Click()' for each named check box, so 24 sets of identical code.
Is there a way, purely to tidy up my coding, to get this code to apply to any check box from 1 to 24 that is clicked?
Does that make sense?
Kind regards,
Dan
I have some code that applies to 24 different check boxes (named inventively, CheckBox1 through to CheckBox24).
Currently I have a 'Private Sub CheckboxX_Click()' for each named check box, so 24 sets of identical code.
Is there a way, purely to tidy up my coding, to get this code to apply to any check box from 1 to 24 that is clicked?
Does that make sense?
Kind regards,
Dan