I see that from VBA to VB.Net the On Error Resume Next statement has gone out the window. I was wondering if there was a way to use a Try...Catch, but let the Catch continue on with the code as if there was no error. Essentially the Resume Next?