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 ...
A class module to let you treat time as a string. There are some reasons why you may want to treat time as as string. For example, I created a large scheduling appliction in excel through VBA. There ...