Tuesday 21 May 2013

Macro to add rows in Excel Sheet

Example - Below code will add/ Insert blank row in Excel Sheet


Macro Code / Syntax to Add new Row in Excel.


 Rows("6:6").Select
 Selection.Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove

Above code will add / Insert  new row at row number 6. Old row at row number 6 will be pushed down.

This is how we can add or insert new / Blank row in excel.

No comments:

Post a Comment

Popular Posts

Search This Blog