Exam 12: Expanding Excel With Visual Basic for Applications

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

It is a good coding practice to write code in ____________________ text.

(Short Answer)
4.8/5
(39)

The default project name given to new projects is ____.

(Multiple Choice)
4.9/5
(41)

The VBA code "SUM(A1:A4)".Formula = Range("A5")changes the formula of cell A5 to sum up the values in the range A1:A4.

(True/False)
4.9/5
(37)

You can quickly switch to the Visual Basic Editor by pressing the Shift+Alt keys.

(True/False)
4.8/5
(34)

The ____________________ window displays the VBA macro code associated with any item in the Project Explorer.

(Short Answer)
4.8/5
(44)

In Excel,ChartObject refers to a chart embedded within a worksheet._________________________

(True/False)
4.8/5
(38)

When the Visual Basic Editor opens it usually displays ____ windows.

(Multiple Choice)
4.8/5
(39)

The most commonly used ____ operators are the And and Or operators.

(Multiple Choice)
4.7/5
(45)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -In this control structure,one set of commands is run if the condition is true and a different set of commands is run if the condition is false

(Multiple Choice)
4.9/5
(38)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Any element within the Excel working environment

(Multiple Choice)
4.9/5
(42)

A(n)____ is a collection of macros,worksheets,data entry forms,and other items that make up a customized application.

(Multiple Choice)
4.8/5
(39)

The VBA code Range("A1").____ Text:="Total Assets" adds the comment "Total Assets" to cell A1.

(Multiple Choice)
4.9/5
(40)

You can open the Immediate window in the accompanying figure by pressing the ____ keys in the Visual Basic Editor.

(Multiple Choice)
4.8/5
(42)

In the Excel ____________________,VBA organizes objects and object collections in a hierarchy with the Excel application at the top and the individual cells of a workbook at the bottom.

(Short Answer)
4.8/5
(39)

A(n)____________________ operator is a symbol used to compare one value with another.

(Short Answer)
4.8/5
(41)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -An action that can be performed on an object

(Multiple Choice)
4.8/5
(43)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Statement that describes the behavior or purpose of a procedure

(Multiple Choice)
4.8/5
(39)

A module is a collection of VBA ____________________.

(Short Answer)
4.8/5
(42)

Unlike Windows Explorer,Project Explorer does not allow you to view your project components hierarchically.

(True/False)
5.0/5
(36)

A(n)____ structure is a series of commands that evaluates conditions in your program and then directs the program to perform certain actions based on the status of those conditions.

(Multiple Choice)
4.8/5
(34)
Showing 121 - 140 of 150
close modal

Filters

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