Good morning,

I have 30 Textboxes and want to refer to each as follows:

For X = 1 to 30 

    TextBox & X .value = "something"
 
Next X
Would you know how to refer to textbox objects without hardcoding Textbox1.value = "blabla", Textbox2.value = "blabla2" etc...

if you have an idea, it would be very helpful! Thank you in advance for your time.

-Phil