Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have been looking high and low for the answer to this, so any help is
appreciated. I have thousands of files that I need to list just unique file types in a sheet. I am trying to find a way to do this that is *very* fast. What's making it so slow right now is that in order to make sure they are unique I have to check the current file against every item of an array array before I add it to the end of the array. This is fast for a few files, but after 2000 it starts to get to be a bit slow. One idea I had is if there is a way to create a class that only allows unique items, but I am not sure how that would work. Does anyone know if there is a setting for that, besides just going through each item and checking it. Basically if I could put in my code On Error Goto Next oMyFile.add file.type that would generate an error and move along, thereby avoiding the need to go through everything. Or if anyone has another idea, I am all ears (and eyes) Heath |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Num of Unique items in col ? | Excel Worksheet Functions | |||
SUMPRODUCT unique items | Excel Discussion (Misc queries) | |||
selecting unique items | Excel Worksheet Functions | |||
Locate unique items | Excel Worksheet Functions | |||
counting unique items | Excel Discussion (Misc queries) |