行の最大値を動的に取得します。最大値は Excelバージョンにより異なるため、戻り値が変わります。
[Sample]
Function Puf_RowMax() As Long Puf_RowMax = Application.Rows.Count End Function |
列の最大値を動的に取得します。戻り値はExcelのバージョンにより異なります。
[Sample]
Function Puf_COLMax() As Long Puf_COLMax = Application.Columns.Count End Function |