think some like this:
Sub tst()
Dim r
For r = 1 To 6000 Step 5
Cells(r, 1).Activate
ActiveCell.EntireRow.Insert
Next
End Sub
not sure what fiftth means :-)
think some like this:
Sub tst()
Dim r
For r = 1 To 6000 Step 5
Cells(r, 1).Activate
ActiveCell.EntireRow.Insert
Next
End Sub
not sure what fiftth means :-)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks