extension
Dictionary

VBA-Dictionary

Alternative dictionary libraries (5)

  • VBA-FastDictionary — Fast, cross-platform, native Dictionary. Replacement for scripting dictionary.
  • VBA-ExtendedDictionary — A dictionary object using Scripting.Dictionary but exposes some additional useful functionality.
  • cHashList — ) – Simple, Fast and lightweight HashList class with no use of Win32 API. Requires string keys however.
  • CollectionEx — Extends the default VBA(/VB6) collection with methods to retrieve and check for key existence.
  • clsTrickHashTable — A hash table using machine code injected at runtime. Full replacement for scripting dictionary, with bonus features.

More from @VBA-tools (2)

  • VBA-XML — XML conversion and parsing.
  • VBA-Web — Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web.