Create a UserForm containing a dynamic number of controls and make sure they are being triggered by certain events. To achieve this result, we will use a UserForm and a class module, and assign any ...
Aim: To refactor a COM object to extract a VBA COM wrapper class. This is in regard for the requirement to construct VBA COM wrappers for classes at DotNetLib. As there are "numerous" properties and ...
Common VBA Components providing comprehensive stack and queue services with each in three different flavors: As StandardModule (mQueue, mStack) As ClassModules (clsQueue, clsStack) ' And as private ...