try-catch-finally

VBA Try…Catch…Finally

2 minute read

When writing function and in particular custom error handling in VBA please remember this common patern for error handling when using “On Error”.