 |
[VBA] 如何取得工作表中的最後一欄 / 列 非空白儲存格 - 余小章 @ 大內殿堂- 點部落
re: [VBA] 如何取得工作表中的最後一欄 / 列 非空白儲存格 請問在 http://www.cpearson.com/Excel/LastCell.aspx 中,取得最後一欄為何要多判斷: If .Cells(RowNumber, .Columns.Count) vbNullString Then Set LastCell = .Cells(RowNumber, .Columns ...
www.dotblogs.com.tw |
 |