I have a dynamic userform created using:
Workbooks(NameofWorkbook).VBProject.VBComponents.Add (vbext_ct_MSForm)
I added x number of checkboxes to this form (the number of checkboxes
will change depending upon the data from a spreadsheet)
How do I find out which check box(es) have been selected given that the
number of checkboxes is a variable?