Programming With Vba Set 9


Which shortcut key is used to open project explorer window in VBA?
  
    (A) Ctrl + R
    (B) Ctrl + P
    (C) Ctrl + W
    (D) Ctrl + E

Ctrl + R

Which shortcut key is used to open VBA Editor from the Excel worksheet?
  
    (A) Ctrl + F11
    (B) Alt + F11
    (C) Ctrl + V
    (D) Ctrl + F7

Alt + F11

What is the Full form of IDE?
  
    (A) Integrated Development Element
    (B) Internal Development Environment
    (C) Integrated Development Environment
    (D) Internal Distributed Environment

Integrated Development Environment

Which shortcut key is used to step into line - by - line execution in VBA?
  

    (A) F2
    (B) F4
    (C) F5
    (D) F8

F8

What is called the set of commands bundled together under one name?
  
    (A) Properties
    (B) Macros
    (C) Procedures
    (D) Events

Macros