Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a series of textboxes in a form and want to enter the values from an
array into each of the textboxes. Is there any way to do this using a DO loop rather than having to write out each textbox one by one something like co1 = 0 Do co1 = co1 + 1 userform1.textbox(co1) = varray(co1) if co1 = 100 then exit do Loop rather than userform1.textbox1 = varray(1) userform2.textbox2 = varray(2) etc etc Ian B |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Textbox values | Excel Programming | |||
How do I add TextBox.values? | Excel Programming | |||
How do I add TextBox.values? | Excel Discussion (Misc queries) | |||
How do I add TextBox.values? | Excel Worksheet Functions | |||
loop in a textbox | Excel Programming |