How to refer to ActiveX checkboxes on another worksheet by name within a variable

I have 57 checkboxes on one worksheet and I want code to check or uncheck 57 checkboxes on another worksheet which all have the same names (chk01, chk02, etc). Once I get the name of the checkbox from the first sheet, I can’t figure out how to make it check the same checkbox on the… Read More How to refer to ActiveX checkboxes on another worksheet by name within a variable