I\'m trying to color an entire row if two cells in that row have the same value.
For i = 2 To LastRow If Worksheets(\"Request Results\").Cells(i, 4).Valu
change ColorIndex to Color.
Cells(i, 1).EntireRow.Interior.Color = 5296274