Umm, I forgot why this snippet works...it finds unique values within a selection. I paste only the portion here to make a point. It transposes data in cell Cells(j, 122), Cells(j, 122)
Dim V As Variant, Data As Variant
Data = Selection
With CreateObject("Scripting.Dictionary")
For Each V...