摘要: Dim arr As Variant ReDim arr(3, 4) Dim row As Long Dim col As Long row = UBound(arr, 1) col = UBound(arr, 2) 阅读全文
posted @ 2013-01-22 13:11 nchxmoon 阅读(7807) 评论(0) 推荐(0)