|
|
|
|
|
by edoceo
1657 days ago
|
|
When I wrote VB, ASP and VBA scrips my error handling statement was always: On Error Goto Hell
And then the last part of the routine has a block labeled "Hell:". One could use any label, but this seemed best to me -- when not using On Error Resume Next |
|