You code run a simple macro, like below:
I am looping through 73 times because 800 / 11 =72.7.Code:Sub MyInsertRows() Range("A1").Select For i = 1 To 73 ActiveCell.Offset(11, 0).Select Selection.EntireRow.Insert ActiveCell.Offset(1, 0).Select Next i End Sub
Hope this helps.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks