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.

All labels observed (1)

Label Occurrences
Immediate Window canonical 1

How this entity was disambiguated

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
limitation does not support multi-line procedures directly
statements execute outside normal procedure flow
partOf VBA IDE
linked to: VBA editor

Visual Basic for Applications editor
linked to: VBA editor
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
linked to: VBA

VBA Locals Window
VBA Watch Window
requires VBA host application
scope current VBA project context
supportsLanguage Visual Basic for Applications
linked to: VBA
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
linked to: VBA

Microsoft Excel VBA
linked to: VBA

Microsoft Outlook VBA
linked to: VBA

Microsoft PowerPoint VBA
linked to: VBA

Microsoft Word VBA
linked to: VBA
visibleWhen VBA editor is open

How these facts were elicited

Referenced by (1)

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

VBA editor hasFeature Immediate Window