Hi, I've had the unfortunate task of trying to understand a piece of VBA written by another user (clearly more proficient than me) and amend it.
See below
Sub Agency()
Dim i As Long, tgt As Long
Dim cols As Variant
cols = Array(2, 15, 28, 41, 54, 67, 80, 93)
For i = 3 To 502
tgt =...