Inserts the specified number of rows immediately below the specified range.
Syntax
expression.InsertColumns(NumberOfRows)
expression An expression that returns a Range object.
NumberOfRows Optional Long. Specifies the number of rows to be inserted. If you do not specify this argument, only one row is inserted.