extension
Developer tools

vbaXray

A pure-VBA class that reads, inspects, and exports VBA source code directly from Office binary files

Category: Developer tools
Host: github.com
GitHub: @KallunWillock
Platforms: Windows
Office apps: All Office apps

Open on github.com

Alternative developer tools libraries (8)

  • Rubberduck — An open-source COM add-in project that integrates with the Visual Basic Editor to add modern-day features to the…
  • VBA-IDE-Code-Export — Addin contains a code importer and exporter for use with git (or any VCS).
  • RibbonX — AndyPope's Visual Ribbon Editor.
  • Custom UI XML Editor — Addin for directly adding, editing and validating ribbon XML (Excel 2010+).
  • Ribbon Creator — An excellent and intuitive WYSIWYG interface for the development of ribbons. The free shareware version allows for the…
  • MZ-Tools — VBE addin providing development tools.
  • VbPeg — A parser generator for VBA. Converts PEG grammar like [this](https://github.com/wqweto/VbPeg/blob/master/test/Runner/peg/Kscope/grammar.peg) into [VBA code like this](https://github.com/wqweto/VbPeg/blob/master/test/Runner/peg/Kscope/cKscope.cls). Very useful if…
  • VBA Resource File Editor — Store other files inside your excel/word/powerpoint files for later use with this handy tool.

More from @KallunWillock (2)

  • vbaSquash — Compress and decompress files and byte arrays using the built-in `cabinet.dll` functions available on Windows 8+.…
  • EZPZMouseController — An example of using native Microsoft Ink Collector to detect mouse wheel and mouse move events.