jleach
Registered User.
- Local time
- Today, 06:50
- Joined
- Jan 4, 2012
- Messages
- 307
I've generally preferred dictionaries over collections for ease of use, but never liked that I had to late bind or include the scripting reference. A while back I found the drop in class (see post 19) that works very well, but these days it's rare I do a VBA project from scratch, so usually just utilize whatever's already in there.
If you plop in the dictionary class and get rid of the reference requirement, I'd say in most cases the dictionary is easier to use wherever you would typically use a collection.
Cheers,
If you plop in the dictionary class and get rid of the reference requirement, I'd say in most cases the dictionary is easier to use wherever you would typically use a collection.
Cheers,