Exam 12: Expanding Excel With Visual Basic for Applications

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

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A collection of macros,worksheets,data entry forms,etc. ,that comprise a customized application

Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
Verified

A

You can define exactly what type of data can be stored in a variable with the ____ command.

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

C

The Excel object you will use to create VBA programs and refer to a chart embedded within a worksheet is ____.

Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
Verified

C

Since Visual Basic for Applications is an application-specific language,Excel and Access use different variations of VBA.

(True/False)
4.8/5
(37)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -An object's attribute that defines one of its characteristics

(Multiple Choice)
4.9/5
(30)

Use ____________________ lines to explain the purpose of the macro and how it works without affecting the code.

(Short Answer)
4.8/5
(27)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -= and <> and examples of this kind of operator

(Multiple Choice)
4.8/5
(31)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Series of commands that evaluates conditions and then directs the program to perform certain actions based on the status of those conditions

(Multiple Choice)
4.9/5
(42)

Case-Based Critical Thinking Questions Case 12-2 Your cousin Rebecca knows that you are an experienced VBA programmer so she turns to you for some general guidance when she wants to get started as a programmer herself. -The ____________________ Explorer is a window in the Visual Basic Editor that displays a hierarchical list of all currently opened projects and their contents.

(Short Answer)
4.7/5
(35)

The ____ function returns the value FALSE if the logical expression is true.

(Multiple Choice)
4.9/5
(37)

In the function user = InputBox("Enter your username" ,"Log In"),"user" is the prompt._________________________

(True/False)
4.9/5
(37)

The object name ____ refers to the workbook containing the macro code that is currently running.

(Multiple Choice)
4.8/5
(40)

Excel macros are written in the programming language ____.

(Multiple Choice)
4.9/5
(35)

Within each project are various items called ____.

(Multiple Choice)
4.7/5
(36)

The MsgBox function is similar to the InputBox function except that the MsgBox function does not contain a text box for the user to enter values.

(True/False)
4.8/5
(46)

When you enter the name and description of a project,you are actually modifying two of its ____.

(Multiple Choice)
4.9/5
(41)

The object name ____ refers to the worksheet currently being displayed in the workbook.

(Multiple Choice)
4.8/5
(45)

If a control structure has several conditions,you need to use a(n)____________________ control structure to run commands in response to each condition.

(Short Answer)
4.9/5
(29)

All procedures are considered public unless specified as Private._________________________

(True/False)
4.9/5
(29)

To hide a macro's actions as it runs,insert the command Application.ScreenUpdating = ____________________ at the beginning of the sub procedure.

(True/False)
4.9/5
(23)
Showing 1 - 20 of 150
close modal

Filters

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