Hello everyone,
I'm having difficulty with how to make a VBA, which compares all the values of a worksheet in another.
I tried to do it this way, but it didn't work:
Sub CompareSheets()
Dim RowSheet1 As Long
Dim RowSheet2 As Long
RowSheet2 = 1
While Sheet2.Range("A" & RowSheet2).Value <>...