View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default On Error Goto 0

See http://www.cpearson.com/excel/ErrorHandling.htm for a discussion of
error handling, particularly when one procedure calls another procedure.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)

"Perico" wrote in message
...
What does this do that having no Error catcher would not do? How is this
used? In testing, it simply takes you to the error; but wouldn't having
no
"On Error" expresion do the same thing? Or, is this used when you want to
trap an error in a specific part of your code?