Forum Discussion
MS Excel VBA code need for Re-Execute task.
- Nov 02, 2022
with VBA code...see the file.
It takes a bit until all the individual values appear, but it works :).
Choose which range you want to include and in which spade or range you want the unique values to appear. Please note that the range in which the individual values should appear must not be smaller than the clear values.
or with Formula
=SORT(UNIQUE(B2:C12860))
or with filter
Filter for unique values or remove duplicate values
Hope I could help you with these information / links.
I know I don't know anything (Socrates)
with VBA code...see the file.
It takes a bit until all the individual values appear, but it works :).
Choose which range you want to include and in which spade or range you want the unique values to appear. Please note that the range in which the individual values should appear must not be smaller than the clear values.
or with Formula
=SORT(UNIQUE(B2:C12860))
or with filter
Filter for unique values or remove duplicate values
Hope I could help you with these information / links.
I know I don't know anything (Socrates)