![]() |
#2
wmf20142016-01-22 17:45
|
For j = 0 To 19 Step 5
Debug.Print j
For i = 0 To 4
Load Text1(j + i)
Text1(j + i).Visible = True
Text1(j + i).Top = Text1(j + i).Top + Text1(0).Height
Text1(j + i).Left=??
Next
Next
只有本站会员才能查看附件,请 登录
[此贴子已经被作者于2016-1-22 15:08编辑过]