# Results for "vba"

> AI-ranked search results for `vba` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 108 total matches; showing the top 3.

Explore on the web: https://awesome-repositories.com/q/vba

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

## Results

- [vba-tools/vba-dictionary](https://awesome-repositories.com/repository/vba-tools-vba-dictionary.md) (405 ⭐) — 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,…
- [vba-tools/vba-json](https://awesome-repositories.com/repository/vba-tools-vba-json.md) (2,117 ⭐) — VBA-JSON is a library designed for parsing and serializing JSON data within Visual Basic for Applications environments. It functions as an office automation data library, enabling legacy Microsoft Office applications to process structured data and interact with modern web services.

The tool converts raw JSON text into native objects and collections, allowing developers to access and manipulate data using standard indexing and iteration methods. It also performs the reverse operation, transforming native language structures into JSON-compliant strings for exchange with external systems.

By ha
- [rubberduck-vba/rubberduck](https://awesome-repositories.com/repository/rubberduck-vba-rubberduck.md) (2,122 ⭐) — Rubberduck is a development environment extension designed for legacy Visual Basic and Visual Basic for Applications projects. It functions as a comprehensive suite that integrates directly into the host editor to provide static code analysis, automated refactoring, and project management capabilities.

The tool distinguishes itself by implementing a formal grammar-based parsing engine that transforms source code into a structured abstract syntax tree. This allows for deep static analysis, enabling the identification of defects and style inconsistencies. It further supports development workflo
