I have 10 checkboxes on a sheet.
Their names:
ck_1
ck_2
ck_3
ck_4
ck_5
…
ck_10
Instead of setting
ck_1.Value = False one-by-one
Is there a way to loop through all these check box buttons which have specific names?
Thanks!
Their names:
ck_1
ck_2
ck_3
ck_4
ck_5
…
ck_10
Instead of setting
ck_1.Value = False one-by-one
Is there a way to loop through all these check box buttons which have specific names?
Thanks!