convert a string into a textbox name

G

Gordon

Trying to loop to load different textbox
Textbox1, Textbox2, Textbox3 ect

n = 1
xCt = 15
xText = 35
Do while xCt > 0
Textbox(n) = xText
n = n + 1
xCt = xCt - 1
xText = xText + 3
Loop
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top