This will do that, including the very top row, which you can always delete after it's done.
Code:
Sub test()
Dim i As Long
Dim LR As Long
LR = Range("[B][COLOR=#ff0000]A[/COLOR][/B]" & Rows.Count).End(xlUp).Row
For i = LR To 1 Step -1
If i Mod 3 = 1 Then
Range("[COLOR=#ff0000][B]A[/B][/COLOR]" & i).EntireRow.Insert
End If
Next i
End Sub
Change "A" to whatever column you're interested in.
BTW, please test this on a copy of your workbook, not the original. Just in case it does something you don't like.
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.