Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default On Error Goto 0


Perico wrote:
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?


It turns off error trapping, so that the previous On Error Resume Next
or On Error GoTo Label no longer has an effect.

Ken Johnson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Handling - On Error GoTo doesn't trap error successfully David Excel Programming 9 February 16th 06 05:59 PM
on error goto Gixxer_J_97[_2_] Excel Programming 2 March 16th 05 08:49 PM
On Error GoTo benb Excel Programming 3 January 5th 05 01:15 AM
On Error Goto doesn't goto Paul Excel Programming 1 October 15th 04 03:51 PM
On Error Goto doesn't goto Paul Excel Programming 0 October 15th 04 03:05 PM


All times are GMT +1. The time now is 08:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"