Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If the functions in the freely downloadable file at
http://home.pacbell.net/beban are available to your workbook, the following will cycle through the row numbers: x = Application.Count(ArrayMatch(SourceValue, _ Application.Index(CheckArray, 0, CheckArrayColNo))) For i = 1 To x / 2 Debug.Print ArrayMatch(SourceValue, CheckArray)(i, 1) Next Alan Beban Dave Peterson wrote: You may find it easier to keep the data in the range, then use excel's/VBA's .Find command to search for what you're using. I think that the other choice is to offset/resize the array for each subsequent search. And I'm not sure that you would be saving time that way. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional IF formula using multi-dimensional arrays | Excel Worksheet Functions | |||
two dimensional arrays | Excel Worksheet Functions | |||
bi-dimensional arrays | Excel Programming | |||
Multi-dimensional arrays | Excel Programming | |||
Declaring 2 dimensional arrays | Excel Programming |