View Single Post
  #6   Report Post  
Myrna Larson
 
Posts: n/a
Default

If you are talking about On Error Goto 0, that statement turns error trapping
off. If you mean a standard Goto statement (yes, it's still around), you have
to set up line numbers/labels and use those in your Goto statements.

On Wed, 23 Mar 2005 13:37:02 -0800, "pete"
wrote:

Thanks again, Bob, for your timely fix. I almost got it, except the "Go to

0".
What can I substitute for "0"?