Description
This macro will take a comma separated list, de-duplicate the values, and then sort them alphabetically with one value on each line.
For example, the following input:
Apples, Pears, Bananas, Apples, Oranges, Pears
Would produce the following output:
Apples
Bananas
Oranges
Pears
Created By
Jon Tackabury (BFS)
Date Last Modified
Aug 19, 2014