VBA development environment
VBA editor: Tools à
Macro à Visual Basic Editor
Editing/Code window |
· Displays VBA code for editing ·
To customize your editor: Tools à
Options |
Project window |
· Displays loaded objects and their components · Standard vs Class module ·
View code vs View
object |
Properties window |
· Displays properties of loaded objects |
Immediate window |
· Displays the output of debugging statements in your code · View à Immediate window · ? object.property, e.g., application.name · debug.print statements |
Object browser: View à
Object browser
Compile on demand: Debug à
Compile
Disable the Compile on Demand feature: Tools à Options à General tab
Debugging