Microsoft Office 2000/Visual Basic Programmer's Guide |
VBA and the Visual Basic Editor contain many tools you can use to help debug your code. Some of the tools are available when you are actually writing your code; these are known as design-time tools. Other tools are used when your code is running; these are known as run-time tools, and they let you break into, examine, and step through running code to determine what is happening. Experienced Office developers use all of these tools at one time or another in the development process.
This section presents a brief overview of the available tools. For more information about any of the specific debugging tools, search the Visual Basic for Applications Reference Help index for the name of the tool.