Hi,
I need to fill many Text Boxes as TextBox1, TextBox2 and so on ... using a FOR stattement

For i= 1 to n
("TextBox" & i).Value = "AAAAAAAAAAA"


Is it possible?
Any idea?
Thanks in advance.

Giovanni