After some research on error handling and error trapping things are making more sense, but I was wondering if using “Return Next” wouldn’t be better in the above case. Return next would ignore the error and start at the next line which in this case exits the procedure. The error handler...