Module Level Error Handler

Is it possible to have a module-level error handler rather than a procedure level?

+3
source share
1 answer

No.

  • Use the free MZ Tools add- in to automatically place an error handler in each procedure.
  • And see other questions for best practices in VB6 error handlers.
+2
source

All Articles