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 ...
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 ...
Writes records of traced procedure executions and/or code snippets to a trace-log-file. Thereby supports the identification of performance issues and documents execution in general. The services are ...