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.
Aug 144 min readWorking with the Registry using VBA (the 'wider' Registry: the HKCU, HKCR and HKLM hives)This post concerns working with the Registry outside of the "HKEY_CURRENT_USER\Software\VB and VBA Program Settings" key.
Aug 135 min readWorking with the Registry using VBA (the 'VB and VBA Program Settings' key)This post concerns working with the the "HKEY_CURRENT_USER\Software\VB and VBA Program Settings" key within the Registry.