What exactly is wrong with this code?
Private Sub VScroll1_Change()
For Each TextBox In frmAdd
Let TextBox.Top = TextBox.Top + -1 * (VScroll1.Value + 10)
Next
End Sub
its saying the top property cannot be read at runtime
|
Results 1 to 8 of 8
Thread: For..Each next loopsThreaded View
|
Click Here to Expand Forum to Full Width |