extension
Dictionary

cHashList

) – Simple, Fast and lightweight HashList class with no use of Win32 API. Requires string keys however.

Category: Dictionary
Host: vbforums.com
Platforms: Windows, Mac
Office apps: All Office apps

Open on vbforums.com

Alternative dictionary libraries (5)

  • VBA-FastDictionary — Fast, cross-platform, native Dictionary. Replacement for scripting dictionary.
  • VBA-Dictionary — A dictionary object which stores key-value pairs.
  • VBA-ExtendedDictionary — A dictionary object using Scripting.Dictionary but exposes some additional useful functionality.
  • 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 vbforums.com (6)

  • mdJSON — JSON library with dot-notation for extracting paths.
  • JSONBag — Uses shebang notation to extract keys from JSON strings. Can also build JSON with this library.
  • 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…
  • Late-bound WebBrowser Control Events — A technique to latch onto WebBrowser events in a late-bound manner.
  • Universal DLL Calls — ) – A library which can be used to call functions of any function pointer, DLL…