In my Excel 2010 and 2013 I've been using a user form.
On the user form I have 20 text boxes defined as TexBox201, TextBox202, TextBox203, … , TextBox220.
I would like to access all of these text boxes in the loop rather than one by one.
Is there a way to change all these 20 text box individual names into an one array of names, like TextBoxes(i), where ‘i’ would be 1 to 20?
Thank you in advance for the advice.
On the user form I have 20 text boxes defined as TexBox201, TextBox202, TextBox203, … , TextBox220.
I would like to access all of these text boxes in the loop rather than one by one.
Is there a way to change all these 20 text box individual names into an one array of names, like TextBoxes(i), where ‘i’ would be 1 to 20?
Thank you in advance for the advice.