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" <(E-Mail Removed)> wrote in message
news:1014EE35-B86C-44D2-BA80-(E-Mail Removed)...
> Hi
>
> Does VBA have any data structures more complex than "Collection"?
>
> I'm looking for things such as link list, hasmaps, etc.
>
> Thanks.
> Vivek.