Immediate Window

  • Ctrl + G is the short cut key
  • Immediate window allows the user to print the output of the variable by using DEBUG.PRINT
  • Immediate window allows the user to execute the piece of code
  • To find the value of a variable or statement we use "?" before the variable
  • Ex:?Application.EnableEvents