extension
External tools

WinVBA

A modern IDE for Visual Basic for Applications (VBA) development.

Category: External tools
Host: winvba.com
Platforms: Windows

Open on winvba.com

VBA objects this tool extends (4)

  • Visual — List of worksheet functions available to Visual Basic
  • Visual — Using Excel worksheet functions in Visual Basic
  • Applications — Working with Other Applications
  • Applications — Communicating with Other Applications

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.
  • VBA Project Compiler — A python library which can be utilised to compile VBA projects. There is also a built-in [Excel addin…