ANmaRemoveDuplicates

Removes duplication in table in 1 or more columns.
Will work in sheet, cleaning table from duplications in one or morw columns.
Similar to CreateUniqueList but works in same table, does not copy into another sheet and removes based on more than 1 column.
As usual, caller can decide sheet, workbook, list of columns to consider for duplicates (with separator) and if table has header or not


Public

Tested

Original Work

RData, Optional DupCols = "A|B|C", Optional Sepa = "|", Optional HaveHeaders = xlYes, Optional Shee = "Active", Optional WB = "This"

Views 3
Downloads 0