top of page
Blog posts
Search
Compare VBA Modules
Have you ever been in the situation where you have two versions of a Module and need to identify the differences?
Aug 24, 20244 min read
0 comments


Navigating between VBA code and Shapes, Tables and Names in Excel
How to navigate directly between a Shape, Table or Name in the Excel user-interface and references of that Shape, Table or Name in VBA code.
Aug 6, 20244 min read
0 comments


Add a "GetEnumAsString()" Function
Get the name of an Enum member, not its value using the 'Add a "GetEnumAsString()" function' ... automatically added by VBE_Extras.
Jul 1, 20245 min read
0 comments


Type Library explorer
Have you ever wanted to know what is in a Type Library without having to add a Project Reference to it from your VBA Project?
Jun 28, 20242 min read
0 comments


Add Enum from Type Library
Ever needed to convert an Enum member's name to its value when changing from early to late binding? Read this ...
Jun 27, 20242 min read
0 comments


Special binding
If you develop your VBA code using early binding but switch to late binding when deploying, then 'special binding' may be useful to you.
Jun 26, 20244 min read
0 comments


Improving the VBE's Intellisense 'auto list members' popup
Show All Members is a larger, searchable, filterable equivalent that also shows, where available, the 'doc string' for members.
Jun 25, 20245 min read
0 comments


Version Control for VBA
Turn back the clock and revert to an earlier version of your code or just view changes that have been made since an earlier point in time.
Jun 20, 20247 min read
2 comments


Running code in one place when you're editing code in another ...
... is a pain with VBA when developing and running code from within the VBE ... so make life simpler with "Sub To Run" and "Run Again"
Jun 12, 20244 min read
0 comments


Make a VBA Module "Option Explicit"
Have a module without "Option Explicit" and need to add it? Don't do it manually, use VBE_Extras to do it for you ...
May 21, 20242 min read
0 comments


Articles: Blog2
bottom of page