If I have say 10 textboxes named textbox1, textbox2, textbox3, etc I want to be able to loop through like so
for i = 1 to 10
textbox i.txt = "something"
Next
Does anybody know how to do this
Loading
If I have say 10 textboxes named textbox1, textbox2, textbox3, etc I want to be able to loop through like so
for i = 1 to 10
textbox i.txt = "something"
Next
Does anybody know how to do this
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SolitairePosted Oct 25, 2006, 8:34 PM
Mahesh ChandPosted Oct 24, 2006, 11:36 AM