extension
Dictionary

VBA-ExtendedDictionary

A dictionary object using Scripting.Dictionary but exposes some additional useful functionality.

Category: Dictionary
Host: github.com
GitHub: @SSlinky
Platforms: Windows
Office apps: All Office apps

Open on github.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.
  • 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.