Mar 13, 2006 #1 steinfeld IS-IT--Management Feb 21, 2006 25 US How do I get an array that has duplicates to contain only unique values. MyArray kpp-1, kpp-2, kpp-2, kpp-3 I want it like kpp-1, kpp-2, kpp-3
How do I get an array that has duplicates to contain only unique values. MyArray kpp-1, kpp-2, kpp-2, kpp-3 I want it like kpp-1, kpp-2, kpp-3
Mar 13, 2006 #2 PHV MIS Nov 8, 2002 53,708 FR Use a VBA Collection or a Scripting.Dictionary object. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Use a VBA Collection or a Scripting.Dictionary object. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886