The only idea I can give you is to create a loop that will combine all the names and have a module level array. Within the loop you will check the array to see if the combination exists. If no, then add to array. If yes, then do not add to array.

I could come up with a much more elegant solution if only VBA allowed Lists.