'Return true to allow the default exceptions handler to handle the uncaught exception.
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
Return True
End Sub
No. I will check this out.
Previously, I use try catch to surround the code which possibly causes crashes. But I can not cover them all.