Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use an ADO recordset. Think of it as an in-memory array with
some useful properties and methods, including Filter. It can work disconnected from its data source, can even be fabricated from scratch (i.e. no data source), saved to disk (e.g. as xml) and later reopened, can be multi-dimensional to create hierarchies (a recordset of recordsets) etc. I rarely use arrays these days! Jamie. -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Do I need a two dimensional array for this? | Excel Programming | |||
How to graph a 2-dimensional array? | Excel Programming | |||
add to two dimensional array | Excel Programming | |||
2 Dimensional Array | Excel Programming | |||
2 Dimensional Array | Excel Programming |