It appears that unlike VB, VBA for Word does not support control arrays.
I’ve got four checkboxes in each of 4 frames on a form, with the same tests needed for each set of 4 checkboxes. I’ve tried creating the checkbox names using strings concatenated with numeric indexes, but I haven’t yet found a what to turn the resulting strings into variable or checkbox names. Is there any solution for this, some string to variable name conversion?
Thanks,
Steve