Sometimes we need to check one list against another to find duplicates or to get a list of
unique addresses. Doing so manually can be an onerous chore and is subject to human error.
This code from Willmaster will do it for you. It will also extract emails from a block of text
and place them each on a new line, if you enter your text in the first box.