Hi. I have 2 sheets with similar data.
sheet1 Sheet2
101 101
102 104
103
104
I need the macro to compare the data in sheet 1 and 2 and insert lines in sheet 2 until data match to look like this.
sheet1 sheet2
101 101
102
103
104 104


Thanks