Brand new to stackoverflow and am also quite new to programming. I am very grateful for this incredible resource. Thank you!
I have 30 TextBoxes on my Userform. TextBox1 TextBox2......TextBox30. I would like to assign values to all of them quickly using a For Next Loop. Just not too sure how.
Example:
For X=1 to 30
TextBox & X.Value ="Hello"
Next X
Thank you in advance for any help.