put the textboxes in an array
textboxes(0), textboxes(2), textboxes(2) .
Then use
VB Code:
For I = 0 To 2 MsgBox (textboxes(i).Text) Next
|
Results 1 to 3 of 3
Thread: [02/03] Dynamic ControlsThreaded View
|
Click Here to Expand Forum to Full Width |