Hi,
I have 20 or so text boxes on a Word doc - named
txtTextBox1
txtTextBox2
txtTextBox3
etc
Firstly - can you set them up as a control array as you can in VB?
If not, is it possible to reference them through a FOR loop rather than having to reference each explicitly, eg
For i = 1 to 20
Msgbox (txtTextBox & 1)
Next i
?
Thanks in advance
Tim
I have 20 or so text boxes on a Word doc - named
txtTextBox1
txtTextBox2
txtTextBox3
etc
Firstly - can you set them up as a control array as you can in VB?
If not, is it possible to reference them through a FOR loop rather than having to reference each explicitly, eg
For i = 1 to 20
Msgbox (txtTextBox & 1)
Next i
?
Thanks in advance
Tim