Multiple Choice
All of the following statements are TRUE about VBA procedures EXCEPT:
A) Function procedures are often used to create custom functions that can be entered in worksheet cells.
B) You can have zero or hundreds of Sub procedures and functions written within a single module.
C) If a Sub procedure is to run when a workbook opens or a worksheet becomes active, then it is typically stored in the workbook or worksheet object to take advantage of the Procedure menu at the top of the Code window.
D) Three primary types of procedures are supported by VBA.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: _ is a powerful programming language that
Q2: Match the following terms with their description.
Q3: A _ has a very similar function
Q4: A type of variable that refers to
Q6: The _ window contains a list of
Q8: A message box is a form control
Q9: Protecting the VBA code with _ ensures
Q10: Methods are attributes of an object that
Q11: With a scroll bar,the value of the
Q90: All of the following statements are TRUE