There was no other way to describe this. Imagine 10 text boxes
Text1
Text2
Text3 etc....
Now imagine you want to set the text of a text box based on a loop.
Variable = 1
["Text" & Variable] = "sometext"
Variable = Variable + 1
This does not work. Can somebody please tell me the correct syntax.
Thank you
Text1
Text2
Text3 etc....
Now imagine you want to set the text of a text box based on a loop.
Variable = 1
["Text" & Variable] = "sometext"
Variable = Variable + 1
This does not work. Can somebody please tell me the correct syntax.
Thank you