On error resume next

Joined
Jul 1, 2011
Messages
20
Reaction score
0
Hi,

I do not like to use the 'on error resume next' statement, since it ignores errors. However, for one single piece of code I have to use it. Is it possible to reverse/cancel the statement by using a line of code when you don't need it anymore? Also, how long will Excel continue to take into account the statement?

thx
 
Top