September 2001
Beginner
528 pages
11h 59m
English
There are relatively few opportunities for errors and bugs in this project. There is no direct interaction with the user, which removes one main source of these problems. Other than accessing the database, there is no file manipulation, another source of potential errors. Since Excel will have to be open for the application to run at all, automation errors should not be a problem. The one possible problem we will have to trap is an error accessing the database. As you learned in Chapter 20, errors generated when accessing objects should be trapped using the On Error Resume Next statement, which is what we will do.
Read now
Unlock full access