Sorry, but there are no more tags available to filter with.
-
I have this macro I use to find duplicate rows in a data table based on user selected criteria. It basically concatenates the items that would form a unique identifier, loads those into memory, and does an item-by-item comparison, marking and numbering any items that happen to match. The code seems to...