摘要: Public Sub Compare(fullname As String, sheet As String) Dim conn, sql, rows, i, cellContents ,rowIndex, colIndex rowIndex = 2 colIndex = getColumnIndex("Name") '获取目标表数据 Set conn = Cre... 阅读全文
posted @ 2016-04-13 10:54 Yu 阅读(470) 评论(0) 推荐(0)