I need to learn the basics of error handling:
I have certain types of run-time errors which creep up in my program and I want to deal with them. 99% of the errors are:285, 13 or 53. These can happen in one of many functions.
Is it possible to stick a bit of code somewhere that just looks for errors and gives the user a message box explaining the consequenses of the errors depending on what the error code is.
What I dont want to do, however is to have to put in error handling code into every function and procedure!
Many Thanks
elziko
I have certain types of run-time errors which creep up in my program and I want to deal with them. 99% of the errors are:285, 13 or 53. These can happen in one of many functions.
Is it possible to stick a bit of code somewhere that just looks for errors and gives the user a message box explaining the consequenses of the errors depending on what the error code is.
What I dont want to do, however is to have to put in error handling code into every function and procedure!
Many Thanks
elziko