Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I know that there is the SEARCH command to find a record location quickly in a range of cells. However I would like to know whether it has the same command to find record location in array. I have searched a lot of information in many VBA sites. They all suggest to use a looping method like FOR....NEXT, DO....WHILE, etc to achieve this. However, I found that if the quantity of array record is over serveral thousand, using the looping method to locate the record is very slow. I know it is work by using the temorary sheet rather than array for such case. I also test it and it found quite slower than using the array method. Is there a command or otherwise to have a fast searching in array? Regards, Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Searching a row ( record ) | Excel Discussion (Misc queries) | |||
Fast way to add two array in VBA | Excel Programming | |||
searching a table - fast! | Excel Programming | |||
range to VBA array, and doing this fast | Excel Programming | |||
Remove First Row from Variant Array FAST? | Excel Programming |