Posts: 1
Threads: 1
Joined: May 2016
Reputation:
0
05-25-2016, 06:11 PM
What is the difference between Err.clear and on error goto 0
Posts: 424
Threads: 10
Joined: Aug 2011
Reputation:
0
06-29-2016, 04:07 PM
Err. Clear clear the error but the not the error trapping where as On Error go to 0 will stop the error trapping.