VBA extensibility – using VBA to add new functionality to the VBE
It is possible to write VBA code that will function on other VBA code. This is called 'extensibility'.
VBA extensibility – using VBA to add new functionality to the VBE
Add a "GetEnumAsString()" Function
Type Library explorer
Add Enum from Type Library
Special binding
Improving the VBE's Intellisense 'auto list members' popup
Version Control for VBA
Running code in one place when you're editing code in another ...
Context menus and AddIns
Make a VBA Module "Option Explicit"