CreateUniqueList

Create list of unique items from a column into another column
This is similar to Column2AnString_Unique except this one is faster, generates the list into another column, and uses "Remove Duplicates" feature in Excel.


Public

Tested

Original Work

From_ColumnName, Optional From_RowNum = 1, Optional From_SheetName = "Active", Optional From_WB = "This", _
    Optional To_ColumnName = "SameAsFrom", Optional To_SheetName = "Active", Optional To_WB = "This"

Views 39
Downloads 1