Skip to content

Releases: VBA-tools/VBA-Dictionary

VBA-Dictionary v1.4.1

15 Sep 14:52
Compare
Choose a tag to compare
  • Add descriptions for Object Browser

VBA-Dictionary v1.4.0

21 Jan 14:11
Compare
Choose a tag to compare
  • Fix indexing issues for Keys and Items

VBA-Dictionary v1.3.0

25 Apr 15:14
Compare
Choose a tag to compare
  • Improve handling of non-string keys (Number, Boolean, and Object)

VBA-Dictionary v1.2.0

04 Mar 01:16
Compare
Choose a tag to compare
  • Improve compatibility for empty Dictionary (UBound for empty Keys and Items is -1 and can For Each over empty Keys and Items, matching Scripting.Dictionary)

VBA-Dictionary v1.1.1

05 Oct 23:28
Compare
Choose a tag to compare
  • Make instancing Public Not Creatable

VBA-Dictionary v1.1.0

03 Oct 12:30
Compare
Choose a tag to compare

Use compiler statements to use Scripting.Dictionary internally if available (improves Windows performance by ~3x)

VBA-Dictionary v1.0.0

19 Sep 12:43
Compare
Choose a tag to compare

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)