Sep 2, 2002 #1 L learn Guest Hi, Can you explain what is the difference between On Error Goto and Try-Catch-Throw
Sep 2, 2002 #2 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 On Error is there for legacy purposes, Try Catch is for structured exception handling. Your help file can explain it far better than I have time to.
On Error is there for legacy purposes, Try Catch is for structured exception handling. Your help file can explain it far better than I have time to.