Multiple Choice
Kelsey and Matt are in the same advanced Access class and have teamed up to help each other understand VBA. In order to prepare for the VBA test, each has created a multiple choice quiz for the other. Some of Kelsey's questions are shown below. Which of the following types of procedures is generally stored in standard modules vs. class modules?
A) Functions
B) Subs
C) Subroutines
D) Declaration statements
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Standard modules are also called universal modules.
Q43: This VBA keyword(s) specifies the location of
Q48: In VBA, an object is any item
Q49: Which procedure is triggered after a field
Q50: You must enable content before you run
Q51: It is common for VBA programmers to
Q56: Aaron and Jeff are in the same
Q56: VBA uses different colors to mean different
Q57: Which statement declares a variable, a named
Q73: In VBA, syntax error text is green.