extension
External tools

VBA Project Compiler

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).

Category: External tools
Host: github.com
GitHub: @Beakerboy
Platforms: Windows, Mac

Open on github.com

VBA objects this tool extends (4)

  • Excel — Using events with Excel objects
  • Excel — Using Excel worksheet functions in Visual Basic
  • Addin — Adding Controls to a Document
  • Addin — Adding Controls to a UserForm

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)