Visual Basic Concepts

Testing Data and Procedures with the Immediate Window

See Also

Sometimes when you are debugging or experimenting with an application, you may want to execute individual procedures, evaluate expressions, or assign new values to variables or properties. You can use the Immediate window to accomplish these tasks. You evaluate expressions by printing their values in the Immediate window.

The following topics explain the many uses of the Immediate window: