Hello,
I need to paste my header row into every blank row on my sheet. The header is at Row 2. Each blank row is spaced 5 rows apart.
I've tried several variations of his code, to no success;
ActiveSheet.UsedRange.Select
Dim i As Long
With Application
.Calculation = xlCalculationManual...