ITI MCQ
Home
PROGRAMMING WITH VBA - Quiz
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
1) Which is a proper object hierarchy in VBA?
Worksheet, Workbook, Application, Range
Range, Application, Worksheet, Workbook
Range, Worksheet, Workbook, Application
Application, Workbook, Worksheet, Range
2) What is the shortcut key to run the current procedure in VBA?
F2
F4
F5
F8
3) Which window displays the entire list of local variables and their current values in VBA?
Locals window
Watch window
Immediate window
Debugging window
4) Which window is similar to the locals window, but it is used to tracing the variables in VBA?
Call stack window
Watch window
Immediate window
Debugging window
5) Which shortcut key is used to open the immediate window?
Ctrl + G
Ctrl + L
Alt + G
Alt + L
Submit Quiz