extension
Developer tools

Accessibility Inspector

An inspector/explorer for accessibility in applications. Useful for automation.

Category: Developer tools
Host: github.com
GitHub: @sancarn
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 @sancarn (6)

  • stdVBA — A framework containing numerous classes for automation and utility. Focuses on code compactness and long-term maintainability.
  • Edge Automation — Automate Chromium Edge using devtools protocol. [GitHub backup here](https://github.com/sancarn/stdVBA-Inspiration/tree/master/ChromeEdgeAutomation).
  • Running Object Table Inspector — An inspector for the running object table (ROT), a table of global running COM objects which…
  • Clipboard Inspector — Allows inspection of data held in the clipboard. Useful for reverse engineering clipboard usage in other…
  • Registry Inspector — Allows inspection of the win32 registry. Equivalent of regedit basically, but implemented entirely in VBA.
  • JSON Inspector — An inspector for JSON data, can be called on demand too as a dev tool for…