PROGRAMMING WITH VBA - Practice Mode

1) Which is a series of items where all items share the same properties and methods in VBA?
Correct Answer: Collections
2) Which button allows a single choice within a limited set of mutually exclusive choice?
Correct Answer: Option button
3) Which box has three states in VBA?
Correct Answer: Check box
4) Which one creates a box with a scrollable list containing a number of input values in VBA?
Correct Answer: List box
5) Which control is suitable to collect the input from the user in VBA?
Correct Answer: Text box