2019年4月10日
摘要: Rows.Count 显示所有行的数目 Columns.Count 显示所有列的数目 Cells(Rows.Count, 1).End(xlUp).Row 显示第一列从下面数第一个有值的单元格的行号 Cells(1, Columns.Count).End(xlToLeft).Column 显示第一行 阅读全文
posted @ 2019-04-10 15:42 formating 阅读(7838) 评论(0) 推荐(0)