this was wrongOriginally posted by Deepak Sakpal
VB Code:
For i = 1 To 10 MsgBox Me.Controls("tekst" + i).Text Next i
this works perfectOriginally posted by Deepak Sakpal
VB Code:
For i = 1 To 10 MsgBox Me.Controls("tekst" & i).Text Next i
thanks
|
Results 1 to 10 of 10
Thread: get more than 1 textbox in loopThreaded View
|
Click Here to Expand Forum to Full Width |