Thread: GOTOs
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dana DeLouis Dana DeLouis is offline
external usenet poster
 
Posts: 947
Default GOTOs

As a side note,

On Error GoTo 0
is required to turn off error-handling.

It's a holdover from the "old days." I would have thought it would have
been updated to something more modern by now. :~
--
Dana DeLouis


"Otto Moehrbach" wrote in message
...
Excel XP & Win XP
Over the years I have seen repeated comments in these newsgroups that
using GOTOs in the code is something to be avoided.
This has bothered me because I have used them many times and have never
experienced a problem with doing so.
It bothers me because maybe I'm missing something.
What are the pitfalls/problems that might/may occur from using GOTOs?
Thanks for your time. Otto