Releases: VBA-tools/VBA-Dictionary
Releases · VBA-tools/VBA-Dictionary
VBA-Dictionary v1.4.1
VBA-Dictionary v1.4.0
- Fix indexing issues for
Keys
andItems
VBA-Dictionary v1.3.0
- Improve handling of non-string keys (Number, Boolean, and Object)
VBA-Dictionary v1.2.0
- Improve compatibility for empty Dictionary (
UBound
for emptyKeys
andItems
is -1 and canFor Each
over emptyKeys
andItems
, matching Scripting.Dictionary)
VBA-Dictionary v1.1.1
- Make instancing Public Not Creatable
VBA-Dictionary v1.1.0
Use compiler statements to use Scripting.Dictionary internally if available (improves Windows performance by ~3x)
VBA-Dictionary v1.0.0
Initial release of VBA-Dictionary
- Exactly matches
Scripting.Dictionary
behavior (Methods/Properties, return types, errors thrown, etc.) - Windows and Mac support (tested in Excel 2013 32-bit Windows and Excel 2011 Mac)