I'm using Excel and I have built a UserForm. On the UserForm, I've placed a MultiPage. I would like to put 20 Textboxes on each of the pages.
When I drag a textbox to the userform from the toolbox, Excel automatically assigns the name to the new textbox. More specifically, it appends the index number to "TextBox"....e.g. "TextBox5".
Is there a way to make the textboxes into array items?
I'd like to be able to reference the textboxes by an index number rather than a suffix.
e.g. "TextBox(5)" rather than "TextBox5"
mike
When I drag a textbox to the userform from the toolbox, Excel automatically assigns the name to the new textbox. More specifically, it appends the index number to "TextBox"....e.g. "TextBox5".
Is there a way to make the textboxes into array items?
I'd like to be able to reference the textboxes by an index number rather than a suffix.
e.g. "TextBox(5)" rather than "TextBox5"
mike