PC Review


Reply
Thread Tools Rate Thread

data structures

 
 
=?Utf-8?B?dml2bWFoYQ==?=
Guest
Posts: n/a
 
      26th Jun 2007
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 With Quote
 
 
 
 
Chip Pearson
Guest
Posts: n/a
 
      26th Jun 2007
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.


 
Reply With Quote
 
RB Smissaert
Guest
Posts: n/a
 
      26th Jun 2007
Have a look at this one:
http://www.thecommon.net/9.html

RBS

"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.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
converting tabular structures in a Word document into an actual tableor reading data from the tabular structures using VBA code s Microsoft Word Document Management 9 3rd Jun 2010 11:30 PM
C# data structures KeithR Microsoft C# .NET 3 20th Jan 2007 12:33 AM
Two Structures, Same Data Dennis Woos Microsoft VB .NET 1 30th Jun 2006 05:18 AM
Data structures =?Utf-8?B?ZnJlZGR5?= Microsoft C# .NET 2 20th Nov 2004 11:13 PM
Data Structures =?Utf-8?B?ZnJlZGR5?= Microsoft C# .NET 2 15th Nov 2004 10:15 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:26 AM.