# vba-tools/vba-dictionary

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/vba-tools-vba-dictionary).**

405 stars · 94 forks · VBA · MIT

## Links

- GitHub: https://github.com/VBA-tools/VBA-Dictionary
- awesome-repositories: https://awesome-repositories.com/repository/vba-tools-vba-dictionary.md

## Description

VBA-Dictionary is a drop-in replacement for the useful and powerful Scripting.Dictionary so that it can be used with both Mac and Windows. It is designed to be a precise replacement to Scripting.Dictionary including Item as the default property (Dict("A") = Dict.Item("A")), matching error codes,…

## Tags

### Part of an Awesome List

- [Data Structures](https://awesome-repositories.com/f/awesome-lists/data/data-structures.md) — Standard dictionary object for storing key-value pairs.
