Okay, so really weird, because I thought I had received help with this macro here, but found that there weren't any replies to my initial request ( ? ).
So, I have this macro -
Dim c As Range, d As String
For Each c In Range("J2", Range("J" & Rows.Count).End(xlUp))
If c.Value Like...