I need to be able count the number of unique letters in an array such as this:
[A01, B01, C01, A02, C02]
For this example the result should be 3. Thus I need to include the value only in the case that a new letter is found.
This is being done in a Word 2007 userform. Any suggestion or example on accomplishing such a task?