VBA-tools / VBA-Dictionary

Drop-in replacement for Scripting.Dictionary on Mac
MIT License
348 stars 89 forks source link

For each bug fix #29

Closed ghost closed 3 years ago

ghost commented 4 years ago

This code should fix the bug that was associated with the for-each loop. I've confirmed it works on Windows but not that it works on Mac (I don't have a Mac to test on.) It should work on Mac as long as dict_pKeyValues is what stores the keys for the dictionary on the Mac. If that is not the correct data structure that holds the keys, it should work when the correct one is substituted.