Good morning,
I have 30 Textboxes and want to refer to each as follows:
Would you know how to refer to textbox objects without hardcoding Textbox1.value = "blabla", Textbox2.value = "blabla2" etc...![]()
For X = 1 to 30 TextBox & X .value = "something" Next X
if you have an idea, it would be very helpful! Thank you in advance for your time.
-Phil
Bookmarks