The VBE’s design-time error tools let you correct mistakes in VBA syntax and catch misspellings
of variable names. They also let you follow the “flow” of a macro or function (seeing
each line of code as it is executed) and monitor the values of variables during the course of a
procedure’s execution.