Put variable into text ?

  • Thread starter Thread starter SpookiePower
  • Start date Start date
S

SpookiePower

I have 60 lines like this one

TextBox01.Text = ..
TextBox02.Text = ....
....
....

Now I would like to make it more simple by setting a variable - X - into the TextBox-text
and then do a loop 60 time instead of writing 60 lines.

My idée was to do it like this - TextBox & X &.Text
But it does not work. What is wrong ?
 
See response in public.excel

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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

Back
Top