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)
UBound
for empty Keys
and Items
is -1 and can For Each
over empty Keys
and Items
, matching Scripting.Dictionary)