12-15-2009, 02:45 AM
Unless you are talking about Error trapping. In that case
This will cause your code to continue on the next line when an error is encountered.
To reset your error trapping
Code:
On Error resume next
This will cause your code to continue on the next line when an error is encountered.
To reset your error trapping
Code:
On error goto 0