I’m working on a function in VBA that compares two different columns in two sheets and returns the differences.
For example, for each Stock No in Sheet1 (Master Stock) in column E is compared with each Stock No in Sheet2 (New Stock No) column C.
Then, the code loop and checks each value in column C (Sheet2) with each value in Column E (Sheet1).
Then, New Stock No. from Sheet2 (missing from sheet1) to be add it in column, E in Sheet1, in the last empty cell.
Thanks.
For example, for each Stock No in Sheet1 (Master Stock) in column E is compared with each Stock No in Sheet2 (New Stock No) column C.
Then, the code loop and checks each value in column C (Sheet2) with each value in Column E (Sheet1).
Then, New Stock No. from Sheet2 (missing from sheet1) to be add it in column, E in Sheet1, in the last empty cell.
Thanks.