Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you tried using the Dictionary object (from the MS Scripting library)?
-- Tim Williams Palo Alto, CA "Piotr Lipski" wrote in message ... I wonder how do *real* VBA Gurus (TM) implement an associative array. I do it like this: - create array of keys - create separate arrray of values - create function GetValueByKey, which looks for a given key in the first array and returns corresponding element from the second one. - create function SetKeyAndValue... - create function RemoveValueByKey... Etc., etc., but this is very inefficient. There should be some smart way of implementing it... -- PL |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
arrays in arrays | Excel Programming | |||
Arrays | Excel Programming | |||
using arrays in vba | Excel Programming | |||
Help with arrays please | Excel Programming | |||
arrays again | Excel Programming |