HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin
Get the most out of Tek-Tips, read FAQ222-2244 before posting.
Your On Error Goto statement tells the code where to go (to your handler) if it encounters an error during execution. If an error occurs (seems you've got a handler for it) the code will break from it's execution at the line (which if you really want for some reason you can get with the use of the Erl() function) where it errors and jump to the specified error handling routine you supplied in the On Error Goto statement.
So, in short, the error is trapped at the line it's encountered and it's handled where you tell it to be.
Hope this helps
HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin
Get the most out of Tek-Tips, read FAQ222-2244 before posting.
HarleyQuinn
---------------------------------
The most overlooked advantage to owning a computer is that if they foul up there's no law against wacking them around a little. - Joe Martin
Get the most out of Tek-Tips, read FAQ222-2244 before posting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.