Hash Table/Associative Array in VBA

后端 未结 4 1008
萌比男神i
萌比男神i 2020-11-27 04:38

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

4条回答
  •  [愿得一人]
    2020-11-27 05:19

    I've used Francesco Balena's HashTable class several times in the past when a Collection or Dictionary wasn't a perfect fit and i just needed a HashTable.

提交回复
热议问题