Forum Moderators: coopster
I would like to find all occurrences of stings (any case) found in the list below and replace them with the Exact match from the list below and colour it BLUE, any text found after a ' within the bbcode tag should appear green.
I would also like to indent the code like this:
For i = 1 To UBound(a, 1)
If Not IsEmpty(a(i, 1)) Then
x = Application.Match(a(i, 1), b, 0)
If IsError(x) Then
j = j + 1: w(j, 1) = a(i, 1)
End If
End If
Next
If j > 0 Then Range("m5").Resize(j).Value = w [edited by: Simon_Lloyd at 12:40 pm (utc) on Feb. 21, 2009]
[edited by: Simon_Lloyd at 12:41 pm (utc) on Feb. 21, 2009]