Hello,
I have in sheet1 over 1000 rows, in sheet2 i have the rows that needs to be deleted.
E.G.:
Sheet1:
A1: 50
A2: 500
A3: 250
A4: 300
A5: 540
A6: 532
A7: 483
A8: 349
A9: 212
A10: 132
Sheet2 (file with list that needs to be removed):
250
300
540
212
So, I want a macro that searches for value in "Sheet2" and if finds it in "Sheet1", to delete the entire row.
Based on that, for my example it will remain afterwards:
A1: 50
A2: 500
A3: 532
A4: 483
A5: 349
A6: 132
Thank you
I have in sheet1 over 1000 rows, in sheet2 i have the rows that needs to be deleted.
E.G.:
Sheet1:
A1: 50
A2: 500
A3: 250
A4: 300
A5: 540
A6: 532
A7: 483
A8: 349
A9: 212
A10: 132
Sheet2 (file with list that needs to be removed):
250
300
540
212
So, I want a macro that searches for value in "Sheet2" and if finds it in "Sheet1", to delete the entire row.
Based on that, for my example it will remain afterwards:
A1: 50
A2: 500
A3: 532
A4: 483
A5: 349
A6: 132
Thank you