Hi all! I am relatively skilled with VBA but cannot find a better way to do this...
I have a userform with 63 frames. Currently I'm transferring my data out with 63 iterations of the following:
For Each ctrl In Frame1.Controls
If ctrl.Value = True Then
home.Offset(j, icol) =...