I need a macro to scan a column of a spreadsheet with over 100,000 lines, validate whether a string "abcdefg" OR a string "hijklmn" in a cell. If there is no two strings in the cell, the line corresponding to the cell should be excluded.
Can you help?
Detail: the cells containing the text strings have beyond string. For example, a cell has value "abcdefgh123" and should not be deleted.
Bookmarks