Programming With Vba Set 15


Which button allows a single choice within a limited set of mutually exclusive choice?
  
    (A) Button
    (B) Option button
    (C) Spin button
    (D) Toggle button

Option button

Which box has three states in VBA?
  
    (A) List box
    (B) Combo box
    (C) Check box
    (D) Group box

Check box

Which one creates a box with a scrollable list containing a number of input values in VBA?
  
    (A) Combo box
    (B) Option button
    (C) Text box
    (D) List box

List box

Which control is suitable to collect the input from the user in VBA?
  

    (A) Label
    (B) Text box
    (C) Command button
    (D) User form

Text box

Which is a proper object hierarchy in VBA?
  
    (A) Worksheet, Workbook, Application, Range
    (B) Range, Application, Worksheet, Workbook
    (C) Range, Worksheet, Workbook, Application
    (D) Application, Workbook, Worksheet, Range

Application, Workbook, Worksheet, Range