Hello,
I was wondering if it's possible to cycle through objects, checkboxes for example, in a userform by using a for loop. I've been naming the checkboxes "CB1" and "CB2" trying to get the for loop to pull them but to no avail. I've tried various thing including the code below, but haven't been able to get anything working. Is this possible?
In this example, I'm trying to hide Row 1 if Checkbox 1 is enabled. When dealing with a large amount of checkboxes in a userform, having this work would save a lot of time. In the mean time, I've been using this which works, but is a pain since I have 50+ checkboxes to go through:
Bookmarks