Programming With Vba Set 16

What is the shortcut key to run the current procedure in VBA?
(A) F2
(B) F4
(C) F5
(D) F8
F5
Which window displays the entire list of local varibles and their current values in VBA?
(A) Locals window
(B) Watch window
(C) Immediate window
(D) Debugging window
Locals window
Which window is similar to the locals window, but it is used to tracing the variables in VBA?
(A) Call stack window
(B) Watch window
(C) Immediate window
(D) Debugging window
Watch window
Which shortcut key is used to open the immediate window?
(A) Ctrl + G
(B) Ctrl + L
(C) Alt + G
(D) Alt + L
Ctrl + G
What is the another name trigger for an action in VBA?
(A) Methods
(B) Modules
(C) Events
(D) Macros
Events