View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default Resetting error reporting after On Error GoTo

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?