For n = 1 To 12
tem = (m - 1) * 12 + n
If Form1!ImageFK(tem).Visible = True Then
s = s + 1
End If
Next n
Debug.Print "s=" & s
If s = 12 Then
getLine = getLine + 1 '得份行数加1
DisPlayLine (m) '调用函数消掉每m行
End If
Next m
VisibleBackImg
For n = 1 To 12
tem = (m - 1) * 12 + n
If Form1!ImageFK(tem).Visible = True Then
s = s + 1
End If
Next n
Debug.Print "s=" & s
If s = 12 Then
getLine = getLine + 1 '得份行数加1
DisPlayLine (m) '调用函数消掉每m行
End If
Next m
VisibleBackImg