View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default HELP Why so few contributions to office.developer.web.components G

..Net has On Error Resume Next as well as Goto 0, etc.



"Ronald Dodge" wrote in message
...
I can't speak for others. I'm also relatively new in regards to .NET stuff
which I been going through some training courses to get my MCSD
certification, .NET does have some good features in it such as using MSIL
to allow for various programming languages to be written into one language.
However, the one major draw back for me is the fact that .NET does away
with the GoTo feature entirely with only a Try, Catch in it's place for
error trapping.