Hello folks
Ive been trying to reduce my code length using a variable assigned to a checkbox object e.g.
CheckBoxa.Value
where "a" is a loop counter but keep getting object not defined errors. I understand why but is there a method I can use to allow me to write the same code for 30 boxes and loop it.
Ive been trying to reduce my code length using a variable assigned to a checkbox object e.g.
CheckBoxa.Value
where "a" is a loop counter but keep getting object not defined errors. I understand why but is there a method I can use to allow me to write the same code for 30 boxes and loop it.