How to fill many texbox by using loop function in VBA

Posted by melt on Stack Overflow See other posts from Stack Overflow or by melt
Published on 2010-05-31T16:07:56Z Indexed on 2010/05/31 16:13 UTC
Read the original article Hit count: 207

Filed under:
|
|

Hi !

I made a user interface in VBA with many textbox. I read an excel sheet and I put all the value of this one in all the textbox of my user inteface. So the user can modify the values and then save it in the excel sheet.

Because we can't name the textbox like array (textBox(1), textbox(2)....) this is hard to fill the textbox by using a loop function.

I tried to use tag or tabindex property but I don't find the good way to proceed .... Is someone know an easy way to solve this !!!

Thanks

© Stack Overflow or respective owner

Related posts about vba

Related posts about textbox