Look at the comments at the top of the module. It is a "default instance" class that gets initialized by Access/VBA at startup time. This is also why we don't "New" it, and call its methods using "clsErrorHandler".
Look at the comments at the top of the module. It is a "default instance" class that gets initialized by Access/VBA at startup time. This is also why we don't "New" it, and call its methods using "clsErrorHandler".