随笔分类 -  VB

VB操作excel
摘要:Public Function GetFieldValue1(CurRange As Range, FieldName As String, strCondition As String) As String On Error GoTo err1 Dim i As Long Dim RowCount As Long Dim ColCount As Long Dim j As Long Dim Fi... 阅读全文
posted @ 2005-10-12 17:38 Emosen 阅读(546) 评论(0) 推荐(0)