I could really use some assistance to complete this macro.
So far, I have a code that will review the value of a cell and insert a row on a following sheet.
Sub AddRows()
Dim i As Long
Dim j As Long
Dim k As Long
Dim l As Long
For i = 1 To 200
If Sheets("S&S Build").Cells(i, 28) = 4 Then...