Quote Originally Posted by AceInfinity View Post
Me.Controls("TextBox" & (i + 1).ToString).Text = stock(i)

I was going to suggest something like that.. but using a tag for the textbox corresponding to its place in the array....

I usually try to name my controls something that describes its purpose...