I have about 30 different worksheets in a workbook that all have well over 30k entries in each of them. In the second column of each row, there is a path to a file.
This file name could be anything. I, on the other hand, have a list of about 450 different file names that I am checking against.
If the file path does not contain any of those 450 file names, then I want the row deleted.
I am trying to do this as quickly and efficiently as possible. I am not very experienced in VBA and Excel.