A python library which can be utilised to compile VBA projects. There is also a built-in [Excel addin generator](https://github.com/Beakerboy/Excel-Addin-Generator) made by the same author! You can see a list of related projects by the author [here](https://github.com/sancarn/awesome-vba/issues/35).
extension
External tools
VBA Project Compiler
VBA objects this tool extends (4)
Alternative external tools libraries (6)
- oletools — Python tool which can be used to decode VBA P-Code (VBA's intermediate language).
- twinBasic — A VBA compatible parser, evaluator and compiler.
- vscode-vba — Extension that adds VBA editor support to Visual Studio Code.
- VBA Pro — VSCode Extension that adds enhanced VBA support based on Language Service Protocol. The source is also [on GitHub](https://github.com/SSlinky/VBA-LanguageServer).
- VBA Build — Github action to automatically build a VBA project on commit.
- WinVBA — A modern IDE for Visual Basic for Applications (VBA) development.
More from @Beakerboy (2)
- VBA-Math-Objects — A matrix and vector library.
- SQL Library — An OOP SQL Library for psql, mssql, mysql databases.