Exam 14: Visual Basic for Applications

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

________ is a powerful programming language that is part of most Microsoft Office applications.

Free
(Short Answer)
4.8/5
(27)
Correct Answer:
Verified

Visual Basic for Applications

Match the following terms with their description.
For loop
Used to execute a series of statements multiple times
For...Each loop
Through an object collection or an array
Do While loop
Until specified condition is true
Correct Answer:
Verified
Premises:
Responses:
For loop
Used to execute a series of statements multiple times
For...Each loop
Through an object collection or an array
Do While loop
Until specified condition is true
Loop
While specified condition is true
Do Until loop
Until a specified number of loops have been completed
Free
(Matching)
4.9/5
(38)
Correct Answer:
Verified

A ________ has a very similar function as the spin button,however,the value of the linked cell is increased or decreased by sliding it to the left or right.

Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
Verified

A

A type of variable that refers to one of the pieces of data provided in a method is called a(n)________.

(Multiple Choice)
4.8/5
(33)

All of the following statements are TRUE about VBA procedures EXCEPT:

(Multiple Choice)
4.8/5
(39)

The ________ window contains a list of all the properties of a selected object such as name,size,and color.

(Short Answer)
4.8/5
(37)

All of the following statements are TRUE about business intelligence EXCEPT:

(Multiple Choice)
4.8/5
(36)

A message box is a form control that is linked to a specific cell.

(True/False)
4.8/5
(34)

Protecting the VBA code with ________ ensures that no unauthorized person will access the code.

(Multiple Choice)
4.8/5
(31)

Methods are attributes of an object that can be referred to or manipulated using VBA.

(True/False)
4.9/5
(34)

With a scroll bar,the value of the linked cell is increased or decreased by sliding the scroll bar to the left or right.

(True/False)
4.8/5
(40)
Match the following terms with their description.
Digital dashboard
Refers to a workbook
Spin button
Refers to a worksheet
Form control
Refers to an open window in an Excel workbook
Correct Answer:
Verified
Premises:
Responses:
Digital dashboard
Refers to a workbook
Spin button
Refers to a worksheet
Form control
Refers to an open window in an Excel workbook
Slicer
Refers to a chart in a workbook
Scroll bar
Refers to an embedded chart in a worksheet
(Matching)
4.8/5
(40)

A function procedure is a group of VBA statements that perform a calculation and return a single value.

(True/False)
4.9/5
(36)

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

(True/False)
4.9/5
(30)

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

(Multiple Choice)
4.9/5
(27)

In Visual Basic Editor,the ________ window is where all the Visual Basic language is typed,and where macro data can be viewed.

(Multiple Choice)
4.9/5
(40)

An easy way to gain a better understanding of how VBA works is to use the VBA Recorder to generate VBA code for actions you want to complete.

(True/False)
4.9/5
(33)

Press F3 in the VBE to display the Object Browser,which shows properties,methods,and events for an object.

(True/False)
4.7/5
(38)

The Properties window contains a list of all the properties of a selected object such as name,size,and color.

(True/False)
4.8/5
(36)

A(n)________ is a dialog box object that is created using the MsgBox command.

(Short Answer)
4.9/5
(39)
Showing 1 - 20 of 99
close modal

Filters

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