Oct 211 min readDynamically loading a DLL "on-the-fly"Calling the members of a dynamic-link library (DLL, in a .dll file), from VBA code, without having to first (separately) register that DLL.
Sep 21, 20231 min readMandelbrot Set viewer - VBA vs C#Using the Mandelbrot Set to demonstrate the relative speed of using C# code via COM Interop from VBA.
Feb 24, 202323 min readCalling 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...