I want to create a macro which insert 8 row and cursor move two row above automatically.
Code of inserting 8 rows is
'
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
Selection.EntireRow.Insert
End Sub
How can i move cursor two row above in above code.?.
Bookmarks