B
blazzae
Hi all,
If the Syntax to insert 1 row is ( macro) :
Selection.EntireRow.Insert
Then what is the correct Syntax to insert more than 1 row ?
Let's say there were 5 rows.
I though it would be:
Selection.EntireRow.Insert,5)
Thankyou.
If the Syntax to insert 1 row is ( macro) :
Selection.EntireRow.Insert
Then what is the correct Syntax to insert more than 1 row ?
Let's say there were 5 rows.
I though it would be:
Selection.EntireRow.Insert,5)
Thankyou.