PROGRAMMING WITH VBA - Practice Mode

1) Where does Excel come in object hierarchy of VBA?
Correct Answer: Application object
2) Which shortcut key is used to open project explorer window in VBA?
Correct Answer: Ctrl + R
3) Which shortcut key is used to open VBA Editor from the Excel worksheet?
Correct Answer: Alt + F11
Explanation:

Alt + F11 key is used to open VBA Editor from the Excel worksheet.

4) What is the Full form of IDE?
Correct Answer: Integrated Development Environment
5) Which shortcut key is used to step into line - by - line execution in VBA?
Correct Answer: F8