Some time ago, when working on glue code between Excel and our product, I was very fed up with being unable to do exceptions or other sane error-handling on the VBA side. So, I wrote up some code with ```On Error GoTo hell```, which got me a public lecture.
Now, when I'm not required to use some other name, I tend to name my error handlers "hope".
Now, when I'm not required to use some other name, I tend to name my error handlers "hope".