BugEyedGiraffe
New Member
- Joined
- May 9, 2018
- Messages
- 2
Hi there,
I have a UserForm with 50 Text Boxes that are named TextBox1, TextBox2 etc etc through TextBox50.
Is there a way I can refer to the boxes using a counter?
So I have a Integer Variable that increases by 1 based on some other code.
Can I have something like TextBox(Counter).Value or something like that?
Thank you in advance
I have a UserForm with 50 Text Boxes that are named TextBox1, TextBox2 etc etc through TextBox50.
Is there a way I can refer to the boxes using a counter?
So I have a Integer Variable that increases by 1 based on some other code.
Can I have something like TextBox(Counter).Value or something like that?
Thank you in advance