View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Resetting error reporting after On Error GoTo

Hi Steve

On Error GoTo 0

disables any enabled error handler in the current procedure.

If this post helps click Yes
---------------
Jacob Skaria


"Steve" wrote:

I have an "On Error GoTo" statement at the beginning of a macro to test for a
particular thing. Once that is done, is there a way of resetting error
reporting as if the "On Error GoTo" was never there?