PROGRAMMING WITH VBA - Practice Mode

1) Which is a proper object hierarchy in VBA?
Correct Answer: Application, Workbook, Worksheet, Range
2) What is the shortcut key to run the current procedure in VBA?
Correct Answer: F5
3) Which window displays the entire list of local variables and their current values in VBA?
Correct Answer: Locals window
4) Which window is similar to the locals window, but it is used to tracing the variables in VBA?
Correct Answer: Watch window
5) Which shortcut key is used to open the immediate window?
Correct Answer: Ctrl + G