NauticalGent
Ignore List Poster Boy
- Local time
- Today, 02:54
- Joined
- Apr 27, 2015
- Messages
- 6,875
As is usually the case whenever Galaxiom gets involved, I end up learning of an Access/VBA feature I have never heard of. In this case dictionaries.
So, I consulted the good Dr. Google and he led me to this article on Experts Exchange:
https://www.experts-exchange.com/articles/3391/Using-the-Dictionary-Class-in-VBA.html
What I really like about the article is that not only does it explain what they are and how they can be used, it also goes into great detail about how and when they would be a better option over Collections - kinda of what G was alluding to.
As is with most "tools" in my ever expanding tool-box, I will need to determine when is best to use this and try not to make it fit just because I want to. I fell into that trap with Class Modules...trying to kill mosquitoes with a bazooka.
At any rate, thanks for the education!
So, I consulted the good Dr. Google and he led me to this article on Experts Exchange:
https://www.experts-exchange.com/articles/3391/Using-the-Dictionary-Class-in-VBA.html
What I really like about the article is that not only does it explain what they are and how they can be used, it also goes into great detail about how and when they would be a better option over Collections - kinda of what G was alluding to.
As is with most "tools" in my ever expanding tool-box, I will need to determine when is best to use this and try not to make it fit just because I want to. I fell into that trap with Class Modules...trying to kill mosquitoes with a bazooka.
At any rate, thanks for the education!