Remove entire row based on match?
Need to remove multiple rows within a CSV file in Excel based on a match in column L on sheet1 with column A on sheet2. The content is email addresses. How can I achieve this? So, if sheet2 column A has an email address that matches any of the email addresses in sheet1 - Column L, than it should remove the entire row from sheet1 where that email address is located. Sheet1 below: Sheet2 below: @mehow, here's the image I get when I run your code as a module: This will work, very fast for what you are looking to do as it doesn't involve ANY loops. Sub DeleteDuplicates() Dim