[Solved] Comparing differences in multiple columns [closed]
You can try using below code, it will loop through all lines and compare column A with column G:G if its equal then compare C & H and if is not equal then change the colour index. Code: Dim Wb As Workbook, ws As Worksheet, lrow As Long, j As Long, m As Long, lrow2 … Read more