Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a quick lookup function in VBA? I have an array defined as
Type newtype code as string value as integer end type DIM testarray as newtype Code is "A".."Z" Is it possible to do something like this in VBA testarray("A").value? or Do I need to loop through the array until I find the code "A" and then get testarray(i).value. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use array for lookup value, to return array of lookups | Excel Discussion (Misc queries) | |||
Lookup array | Excel Worksheet Functions | |||
Lookup or Array or Something???? | Excel Discussion (Misc queries) | |||
Lookup "greater than or equal to" in lookup array | New Users to Excel | |||
How do I use <= in a lookup array? | Excel Discussion (Misc queries) |