なにがどう

最終セルの行数を取得したい

どうするのか

With Range("A1").SpecialCells(xlLastCell)
   MaxRow = .Row
   MaxCol = .Column
End With
最終更新:2016年04月05日 09:15