yungman
- 5,741
- 294
I thought you mean to type in the program, now I know type in the Immediate window.Mark44 said:...... When the debugger is running, you can evaluate any expression that involves variables that are in scope using the Immediate window.
Debug --> Window --> Immediate
Just type the expression you want to evaluate, and its value will be shown in the window.
Thanks