i-nth logo
VBA error handling – A complete guide
27 November 2016

This post provides a complete guide to VBA error handling.

Topics covered include:

  • VBA errors.
  • The On Error statement.
  • The Err object.
  • Logging.
  • Error function and error statement.
  • A simple error handling strategy.
  • A complete error handling strategy.

Full article: VBA error handling – A complete guide