Hey guys,
Just wondering, I keep getting error 91 when running the below:
Sub HighlightCellIfValueExistsinAnotherColumn()
Dim ws As Worksheet
Dim i As Long
Dim j As Long
Dim LastRow As Long
Dim LastRow2 As Long
LastRow = Cells(Rows.Count, "Q").End(xlUp).Row
LastRow2 =...