Exam 14: Visual Basic for Applications

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

A(n)________ consists of a hierarchical collection of objects,consisting of properties,methods,and events that can be manipulated using VBA.

(Multiple Choice)
4.9/5
(27)

Labels are critical to dashboard design and can add clarity to the graphics being displayed.

(True/False)
4.7/5
(35)

________ provide management with a "Big picture" view of the business,usually from multiple perspectives using various charts and other graphical representations.

(Short Answer)
4.8/5
(28)

Creating a lookup table and using the ________ function is a common approach to linking values to various form controls.

(Multiple Choice)
4.8/5
(27)

Within the Visual Basic Editor,the Project ________ window houses a hierarchical listing of all object in a workbook,which includes macros and other modules.

(Multiple Choice)
4.8/5
(36)

________ worksheets from intentional or unintentional modification can be done by simply hiding the worksheets in the Excel workbook.

(Short Answer)
4.8/5
(35)

The ________ loops through an object collection or an array.

(Multiple Choice)
4.8/5
(31)

A run-time error occurs when the code is executed,displaying a description of the error.

(True/False)
4.9/5
(34)

Objects grouped together are called object ________,which can also be referred to as objects.

(Multiple Choice)
4.8/5
(32)

A particular object can be referenced inside a collection by referring to the ________ collection and then the name or number that represents that specific member of that collection.

(Short Answer)
4.9/5
(32)

To refer to a particular object using VBA,the objects need to be referred to in their hierarchical structure.For example,to refer to cell A1 in a specific worksheet,the code would be ________.

(Multiple Choice)
4.9/5
(34)

A ________ error occurs when the code is executed,displaying a description of the error.

(Multiple Choice)
4.8/5
(35)

When using the debugger,the code is executed one line at a time to make it easier to identify the exact point that the run-time error occurs.

(True/False)
4.8/5
(26)

________ are objects that can be placed into an Excel worksheet,providing the functionality to interact with your models.

(Multiple Choice)
4.9/5
(29)

All of the following are ways to make VBA code easy to read EXCEPT ________.

(Multiple Choice)
4.8/5
(36)

________ are visual controls that allow you to quickly and easily filter your data in an interactive way.

(Short Answer)
4.8/5
(34)

To create a function procedure you must first declare it is a function,and then provide the function with a name and an opening parenthesis.

(True/False)
4.8/5
(37)

Names for Sub procedures must begin with a letter and cannot contain any spaces.

(True/False)
4.7/5
(37)
Match the following terms with their description.
Project Explorer window
Group of VBA statements
Properties window
Contains a hierarchical list
Function procedure
Where all the VBA code is typed
Correct Answer:
Verified
Premises:
Responses:
Project Explorer window
Group of VBA statements
Properties window
Contains a hierarchical list
Function procedure
Where all the VBA code is typed
Visual Basic Editor
Contains a list of all the properties
Code window
Used for creating and editing VBA
(Matching)
4.7/5
(40)

Dashboards are objects that can be placed into an Excel worksheet,providing the functionality to interact with your models.

(True/False)
4.8/5
(32)
Showing 21 - 40 of 99
close modal

Filters

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