For each multi row column in a range I want to loop each column and remove duplicate, At the same time compress the column by removing the duplicate.
Each Column has:
HEADER1
Value1
Value2
Value2
Value3
Value1
The cleanup column:
HEADER1
Value1
Value2
Value3
The Clean up column replaces the original data.
Then loop the next column
Each Column has:
HEADER1
Value1
Value2
Value2
Value3
Value1
The cleanup column:
HEADER1
Value1
Value2
Value3
The Clean up column replaces the original data.
Then loop the next column