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 ...
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 ...
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 ...