Evening
Is there a simpler way to perform this action. and possibly center align the offset value without a new loop.
Thanks guys :)
Dim r As RangeSet r = Range("Z3", Range("Z" & Rows.Count).End(xlUp))
For Each c In r
If c.Value = "AmountPaid" Then c.Offset(, 8) = "Close"
If c.Value = "Amount...