On Error and Try

  • Thread starter Thread starter learn
  • Start date Start date
L

learn

Guest
Hi,

Can you explain what is the difference between
On Error Goto
and
Try-Catch-Throw
 
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.
 
Back
Top