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
The VBA code ____ refers to the collection of cells in the cell range,A1:B10.
(Multiple Choice)
4.8/5
(43)
The Project ____ is a window in the Visual Basic Editor that displays a hierarchical list of all currently opened projects and their contents.
(Multiple Choice)
4.9/5
(33)
In a(n)____________________ 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.
(Short Answer)
5.0/5
(41)
All of the following are attributes of an object except ____.
(Multiple Choice)
4.9/5
(41)
The VBA code ActiveWorkbook.____:="broadband" protects the current workbook,using the password "broadband".
(Multiple Choice)
4.8/5
(39)
When you want to view the VBA macro code associated with any item in Project Explorer,you use the ____ window.
(Multiple Choice)
4.8/5
(31)
To test several conditions in a macro,using the VBA ____ statement is recommended.
(Multiple Choice)
4.9/5
(35)
To determine whether an expression used in a condition is true or false,the expression needs to contain a(n)condition operator._________________________
(True/False)
4.8/5
(40)
Is it necessary to specify a data type or declare a variable in Visual Basic? If you do not,what happens? What is good programming practice in regard to specifying a data type and declaring a variable?
(Essay)
4.8/5
(35)
To edit a VBA macro,you need to use the Visual Basic ____.
(Multiple Choice)
4.9/5
(42)
Case-Based Critical Thinking Questions
Case 12-1
Chantal is building a kiosk-based Excel application.She wants to make some modifications to the screen elements in order to keep users from being distracted by parts of the application that are irrelevant to her application.She turns to Jason for guidance as she knows he built a similar solution earlier this year.
-Chantal has decided to hide the worksheet gridlines and the vertical scroll bar.What does Jason tell her to use to do this?
(Multiple Choice)
4.9/5
(38)
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.
-Rebecca would like to make a reference to the second open Excel workbook window.What do you tell her is the syntax for this?
(Multiple Choice)
5.0/5
(42)
VBA is a(n)object-linked programming language._________________________
(True/False)
4.8/5
(44)
In the function user = InputBox("Enter your username" ,"Log In"),the words "Log in" comprise the ____.
(Multiple Choice)
4.8/5
(40)
When you hide screen elements that are part of the worksheet,they will be hidden in that worksheet only.
(True/False)
4.9/5
(37)
____________________ is a file format developed by Adobe Systems that supports all of the elements of a printed document but in an electronic format that is easily shared.
(Essay)
4.9/5
(39)
A control ____________________ 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.
(Short Answer)
4.7/5
(44)
-As you enter a command in the Project window shown in the accompanying figure,its effects are immediately applied to that workbook._________________________

(True/False)
4.9/5
(32)
Showing 101 - 120 of 150
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)