I searched and found this macro posted in a thread on here. I want to modify it to check only "C" column for dulicates within "C" column and when found show both rows that it found as duplicates and ask if I want to "Remove Duplicate" or "Move To Dup Sheet". If "Remove" button is checked one of the rows is deleted and moved to another sheet named "Duplicate Removed". If "Move To Dup Sheet" button is checked both rows are moved to a sheet called "Duplicate Pair".
The following macro generates a new sheet for each moved entry, I want all the moved rows/entries on the same respectiive sheet. It also checks colum E which I dont need to function.
Verbal example: A spreadsheet with 15000 rows of data, column A to E (5) - Column C is the serial number - Looking for duplicates in column c, but want to see the 2 rows the macro finds, so as to view the other column data before making the button choice of "remove" or "move"
Thank You
Bookmarks