Exam 12: Expanding Excel With Visual Basic for Applications
Exam 1: Getting Started With Excel150 Questions
Exam 2: Formatting a Workbook150 Questions
Exam 3: Working With Formulas and Functions150 Questions
Exam 4: Enhancing a Workbook With Charts and Graphs150 Questions
Exam 5: Working With Excel Tables, Pivot-tables, and Pivot-charts150 Questions
Exam 6: Managing Multiple Worksheets and Workbooks150 Questions
Exam 7: Using Advanced Functions and Conditional Formatting150 Questions
Exam 8: Developing an Excel Application150 Questions
Exam 9: Working With Financial Tools and Functions150 Questions
Exam 10: Performing What-If Analyses150 Questions
Exam 11: Connecting to External Data150 Questions
Exam 12: Expanding Excel With Visual Basic for Applications150 Questions
Exam 13: Managing Your Files150 Questions
Exam 14: Getting Started With Microsoft Office 2010150 Questions
Select questions type
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:
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:
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:
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)