I'm looking for a macro that will delete the entire is none of the text is contained in a list.
Example:
Sheet1
2. 8. 16. 22
Sheet 2
I'm looking to delete Rows 2 and 3 from Sheet 1 based off of the criteria in Sheet2 Range A1:A2
Example:
Sheet1
A | B | C | D | |
1 | Alpha One | 11 | 14 | 22 |
2 | Beta Two | 19 | 121 | 85 |
3 | Charlie Three | 41 | 92 | 11 |
4 | Delta Four | 17 | 26 | 15 |
Sheet 2
A | B | C | D | |
1 | Beta | |||
2 | Three |
I'm looking to delete Rows 2 and 3 from Sheet 1 based off of the criteria in Sheet2 Range A1:A2