A really lazy (=inefficient) way:Sub blah() For Each cll In ActiveSheet.UsedRange If cll.Value = "z" Then cll.Resize(, 4).Interior.Color = vbYellow Next cll End Sub
A really lazy (=inefficient) way:Sub blah() For Each cll In ActiveSheet.UsedRange If cll.Value = "z" Then cll.Resize(, 4).Interior.Color = vbYellow Next cll End Sub
p45cal
Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.