Hash Table/Associative Array in VBA

Viewed 138304

I can't seem to find the documentation explaining how to create a hash table or associative array in VBA. Is it even possible?

Can you link to an article or better yet post the code?

4 Answers
Related