Exam 13: Creating Modules and Vba

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which VBA keyword(s) declares the name and arguments that create a new function procedure?

(Multiple Choice)
4.9/5
(36)

This function returns today's date.

(Multiple Choice)
4.8/5
(40)

Which of the following is NOT a type of procedure?

(Multiple Choice)
4.7/5
(33)

Class modules automatically travel with the object that stores it.

(True/False)
4.8/5
(35)

Which of the following is NOT a type of module?

(Multiple Choice)
4.9/5
(35)

These types of errors occur after the code starts to run and include attempting an illegal operation, such as dividing by zero.

(Multiple Choice)
4.9/5
(28)

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 objects may not store class modules?

(Multiple Choice)
4.7/5
(43)

In VBA, an object is any item that can be used or manipulated. ____________________

(True/False)
4.8/5
(34)

In VBA, syntax error text is green.

(True/False)
4.9/5
(43)

You must enable content before you run VBA.

(True/False)
4.8/5
(39)

It is common for VBA programmers to use _____-character prefixes to name objects and controls.

(Multiple Choice)
5.0/5
(49)

This VBA keyword(s) specifies the location of where the procedure should continue if an error occurs in the execution.

(Multiple Choice)
4.8/5
(44)

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?

(Multiple Choice)
4.7/5
(29)

Standard modules are also called universal modules. ___________________

(True/False)
4.8/5
(39)

Which procedure is triggered after a field is updated?

(Multiple Choice)
4.7/5
(31)

Aaron and Jeff 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 quiz for the other. Two of Aaron's questions are shown below. Which of the following contains the term that is described by the following statement? "Declares a variable, a named storage location that contains data that can be modified during program execution."

(Multiple Choice)
4.9/5
(40)

Which statement declares a variable, a named storage location that contains data that can be modified during program execution.

(Multiple Choice)
4.8/5
(28)

VBA uses different colors to mean different things.

(True/False)
5.0/5
(41)

GoToControl is an example of a(n) ____.

(Multiple Choice)
4.9/5
(31)

You can create a comment by starting the statement with a(n) _____ statement.

(Multiple Choice)
4.8/5
(38)
Showing 41 - 60 of 71
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)