top of page
Blog posts
Search
Jul 1, 20245 min read
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.
0 comments


Jun 28, 20242 min read
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?
0 comments


Jun 27, 20242 min read
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 ...
0 comments


Jun 26, 20244 min read
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.
0 comments


Jun 25, 20245 min read
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.
0 comments


May 17, 20245 min read
Adding / updating "Project References" in the VBE
A better way to add, update and explore the available "Project References" (Type Libraries and other VBA Projects)
0 comments

Sep 21, 20231 min read
Mandelbrot Set viewer - VBA vs C#
Using the Mandelbrot Set to demonstrate the relative speed of using C# code via COM Interop from VBA.
0 comments


Feb 24, 202323 min read
Calling C# code from VBA (COM interop)
Update October 2024: This post uses Visual Studio and/or RegAsm to 'statically' register your C# library before it is loaded and used by...
11 comments

Articles: Blog2
bottom of page