![]() |
#2
lianyicq2015-04-10 12:53
|
For c = 0 To 9
If Text21(c).Text = "*" Then
n = Text1(c).Text
ElseIf Text11(c) = "0" Then
Exit For
End If
Next c
Text81.Text = n
想要实现在text21-text30中如果出现*,则记下它的位置
在text81中显示出位置是几