I have a array in VBA called MyArray(50) and it contains the names of towns and some of these names have been entered into the array more than once.
Can someone please help me with the algorithm to remove any duplicate items..
I'm taking these values from a database so if its easier any duplicates could be removed while populating the array..
Many thankx in advance,
Jonathan