Three Types of VBA Errors
Posted on July 31, 2007 by scott
Generally, there are three types of errors that you will encounter when you are writing code: syntax errors, logic errors, and run-time errors. Each type of error requires a different means of troubleshooting. Following is a brief description of each type of error. Syntax Errors Let’s start with the easiest type of program error to [...]











