Programming With Vba Set 8


Which type of list box enables one choice of adjacent choice in VBA?
  
    (A) Drop down list
    (B) Single - selection list box
    (C) Multiple - selection list box
    (D) Extended - selection list box

Multiple - selection list box

Which button has three states in VBA?
  
    (A) Option button
    (B) Spin button
    (C) Push button
    (D) Command button

Option button

Which box groups related controls into one visual unit in a rectangle with an optional label?
  
    (A) Label box
    (B) Group box
    (C) List box
    (D) Combo box

Group box

Which is used to create user interface forms?
  

    (A) C
    (B) VBA
    (C) HTML
    (D) Javascript

VBA

Where does Excel come in object hierarchy of VBA?
  
    (A) Range object
    (B) Workbook object
    (C) Worksheet object
    (D) Application object

Application object