Sub Hilight_PrevCurDiffs(c1 as range, c2 as range) if c1.value <> c2.value then Range(c1.address & "," & c2.address).select With Selection.Interior .Color = 49407 ' orange end with End If End Sub