https://www.mrexcel.com/forum/excel-questions/1054389-compare-two-column.html
Based off of the thread above, how do I get the code to highlight both columns if they do not match.
mumps code:
Sub CompareLists()
Application.ScreenUpdating = False
Dim Rng As Range, RngList As Object...