B
Brian Tozer
Exactly what is accomplished by the line of code seen often in VBA 'On error
Goto 0'?
Thanks
Brian Tozer
Goto 0'?
Thanks
Brian Tozer
Brian Tozer said:Exactly what is accomplished by the line of code seen often in VBA 'On error
Goto 0'?
=---Nigel said:If an error occurs in the excution of the code, then execution drops the the
next line after the statement.
Thereby trapping the error and allowing execution to continue. Depending on
the nature and severity of the error this may or may not be acceptable.
Cheers
N
----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption

Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.