Kim

Kim

  • NA
  • 1
  • 0

Using a variable to identify a textbox

Oct 24 2006 11:30 AM

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


Answers (2)