Exam 14: Visual Basic for Applications

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

Power Views are mechanisms that deliver business intelligence in graphical form.

(True/False)
4.8/5
(37)

A(n)________ is an effective way of using VBA code to increase the interactivity of a dashboard by prompting the user for information and storing that information in a variable to be used later.

(Multiple Choice)
4.9/5
(28)

A Sub procedure performs an action on your project or workbook,such as renaming a worksheet or clearing filtered values from PivotTables.

(True/False)
4.8/5
(36)

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

(True/False)
4.7/5
(44)

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

(Short Answer)
4.9/5
(36)

________ is an interactive data visualization,exploration,and presentation experience that encourages the creation of beautiful ad-hoc reports.

(Multiple Choice)
4.8/5
(37)

When writing code,and several objects are being referenced at one time,it is necessary to put periods in between each object,called ________.

(Multiple Choice)
4.9/5
(37)

All of the following statements are TRUE regarding Visual Basic for Applications EXCEPT:

(Multiple Choice)
4.7/5
(48)

Visual Basic can store values in a ________,which is the space in a computer's memory that is given a name and is used to store values.

(Multiple Choice)
4.9/5
(43)

The two primary types of procedures that are supported by VBA are Sub procedures and ________ procedures.

(Short Answer)
4.8/5
(32)

A(n)________ is a special kind of variable used to refer to one of the pieces of data provided in a method.

(Short Answer)
4.8/5
(27)

Microsoft Office has a tool built into it that is used to create and edit within Visual Basic.Which selection below is that tool?

(Multiple Choice)
4.8/5
(39)

Dynamic ________ offer additional clarity in PivotCharts by displaying the year and/or month that is being displayed when filtered.

(Multiple Choice)
5.0/5
(22)

All of the following statements are TRUE about improving the readability of VBA EXCEPT:

(Multiple Choice)
4.9/5
(33)

Microsoft Excel objects have ________,which are actions performed within Excel.

(Multiple Choice)
4.9/5
(35)

A(n)________ is a form control that is linked to a specific cell.

(Short Answer)
4.8/5
(28)

________ are used to execute a series of statements multiple times.

(Multiple Choice)
4.8/5
(40)

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

(Short Answer)
4.9/5
(32)

Object-oriented programming uses a hierarchy of objects,also called classes,as the focus of the programming.

(True/False)
5.0/5
(27)
Match the following terms with their description.
ActiveSheet
The active chart or chart contained in a ChartObject
ActiveWindow
The active window
Selection
The active cell
Correct Answer:
Verified
Premises:
Responses:
ActiveSheet
The active chart or chart contained in a ChartObject
ActiveWindow
The active window
Selection
The active cell
ActiveCell
The active sheet (worksheet or chart)
ActiveChart
The object selected
(Matching)
4.8/5
(44)
Showing 61 - 80 of 99
close modal

Filters

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