[求助]帮忙找错
Function checkempty(x As Long, y As Long) As BooleanWith MSFlexGrid1
.Row = x
.Col = y
If .Text = "" Then
checkempty = True
Else
checkempty = False
End If
End With
End Function
请各位高手帮我瞧瞧这段程序为什么有错??感激涕零
2005-04-22 11:47
2005-04-22 16:26
2005-04-23 13:07

2005-04-23 22:37