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
It is a good coding practice to write code in ____________________ text.
(Short Answer)
4.8/5
(39)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)