VBA: keep only one searched string.
The list of search stings is given in sheet 2.
In sheet1, with VBA check if a given string is found more than once in a paragraph/line. If found more than once then keep only one.
I want to do this both in an excel sheet with multiple column data in multiple rows as well as in a CSV or text file.
Bookmarks