Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Does VBA have any data structures more complex than "Collection"? I'm looking for things such as link list, hasmaps, etc. Thanks. Vivek. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nothing built in to VBA other than a Collection. The Scripting Runtime
library adds a Dictionary object which is similar to a Collection, but better and faster. Anything like a linked list would have to be built from scratch. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting www.cpearson.com (email on the web site) "vivmaha" wrote in message ... Hi Does VBA have any data structures more complex than "Collection"? I'm looking for things such as link list, hasmaps, etc. Thanks. Vivek. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have a look at this one:
http://www.thecommon.net/9.html RBS "vivmaha" wrote in message ... Hi Does VBA have any data structures more complex than "Collection"? I'm looking for things such as link list, hasmaps, etc. Thanks. Vivek. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
help on looping structures | Excel Programming | |||
Using VS 2003 .NET structures in VBA application | Excel Programming | |||
Importing File Structures to Excel | Excel Discussion (Misc queries) | |||
If...then structures | Excel Programming | |||
Useing Class structures and Events | Excel Programming |