Immediate Window

E937564

The Immediate Window is a debugging and testing pane in the VBA editor that lets developers execute code statements and inspect or modify variables on the fly.

Try in SPARQL Jump to: Statements Referenced by

Statements (46)

Predicate Object
instanceOf VBA development tool
debugging window
interactive code console
accessMethod View menu in VBA editor
keyboard shortcut Ctrl+G in VBA editor
category debugging feature
integrated development environment component
software development tool
executionTiming immediate
interactionMode text-based
introducedBy Microsoft NERFINISHED
limitation does not support multi-line procedures directly
statements execute outside normal procedure flow
partOf VBA IDE NERFINISHED
Visual Basic for Applications editor NERFINISHED
primaryFunction evaluate expressions
execute code statements immediately
inspect variables at runtime
modify variables at runtime
print debug output
relatedConcept Debug.Print statement
VBA Call Stack NERFINISHED
VBA Locals Window NERFINISHED
VBA Watch Window NERFINISHED
requires VBA host application
scope current VBA project context
supportsLanguage Visual Basic for Applications NERFINISHED
supportsOperation assigning variable values
calling procedures
immediate expression evaluation
invoking methods
querying object properties
single-line statement execution
using Debug.Print output
typicalLocation bottom pane of the VBA editor
usedFor changing program state while paused
exploring object models
testing small code snippets
troubleshooting runtime errors
verifying logic during debugging
usedIn Microsoft Access VBA NERFINISHED
Microsoft Excel VBA NERFINISHED
Microsoft Outlook VBA NERFINISHED
Microsoft PowerPoint VBA NERFINISHED
Microsoft Word VBA NERFINISHED
visibleWhen VBA editor is open

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

VBA editor hasFeature Immediate Window