June 1999
Intermediate to advanced
1368 pages
29h 45m
English
The VBE Immediate window has a good number of features that allow you to follow code and to examine expressions in a number of different ways. To bring the Immediate window up while in the VBE, open the View menu and choose Immediate Window.
Tip
You can press Ctrl+G anywhere in your application to bring up the Immediate window with the VBE.
By using the Immediate window, you can print data and reassign values to variables and Access objects. This comes in handy as you are debugging your application.
You can print information to the Immediate window by using the Print method available on the Debug. When a line of code uses the Debug.Print method, ...
Read now
Unlock full access