I have two sheets.
Sheet 1 looks like this:
Sheet 2's layout is exactly like sheet1's, but rows' sequence may change and some $ amounts may change as well
Currently, I am using this VBA code to compare and contrast two sheets, then highlight the differences.
Sub Try()...