Exam 14: Visual Basic for Applications
Exam 2: Formatting, functions, and Formulas100 Questions
Exam 3: Cell References, named Ranges, and Functions102 Questions
Exam 4: Effective Charts98 Questions
Exam 5: Complex Conditional and Retrieval Functions100 Questions
Exam 6: Analyze Data Using Tables100 Questions
Exam 7: Multiple Worksheets workbooks and Templates100 Questions
Exam 8: Refine an Excel Application100 Questions
Exam 9: Organize, import, export, and Cleanse Data Sets100 Questions
Exam 10: Data Tables, scenario Manager, and Solver101 Questions
Exam 11: Loan Amortization, investment Analysis, and Asset Depreciation100 Questions
Exam 12: Business Statistics and Regression Analysis103 Questions
Exam 13: Excels Data Model, Power-pivot, and Power View96 Questions
Exam 14: Visual Basic for Applications99 Questions
Exam 15: Appendix:efficient Interaction With a Touch Screen67 Questions
Exam 16: The Common Features of Microsoft Office81 Questions
Select questions type
It is best to group your Sub procedures together by what they do into separate modules,renaming the module appropriately to describe the kind of procedures it contains.
(True/False)
4.9/5
(37)
The Project Explorer window is where all the VBA code is typed and also where VBA generated by a recorded macro can be viewed and edited.
(True/False)
4.8/5
(35)
A(n)________ is an action initiated either by a user or by VBA code.
(Short Answer)
4.8/5
(34)
There are two primary types of procedures which are supported by Visual Basic: a Sub procedure and a ________ procedure.
(Multiple Choice)
4.8/5
(35)
With the VBA ________ control structure there is virtually no limit to the commands and logic that can be applied.
(Short Answer)
4.8/5
(36)
You need to take extra steps to keep the code legible and to document what steps you are taking and why.
(True/False)
4.8/5
(29)
When using the ________,the code is executed one line at a time to make it easier to identify the exact point that the run-time error occurs.
(Short Answer)
4.9/5
(29)
An object model consists of a(n)________ collection of objects,consisting of properties,methods,and events that can be manipulated using VBA.
(Short Answer)
4.8/5
(34)
With the VBA ________ control structure there is virtually no limit to the commands and logic that can be applied.
(Multiple Choice)
4.8/5
(39)
________ are used to execute a series of statements multiple times.
(Short Answer)
4.8/5
(35)
A(n)________ at the workbook level would be when a user opens or closes a workbook.
(Multiple Choice)
4.9/5
(33)
Within the Visual Basic Editor,the ________ window reveals a list of all the properties of a selected object,like size and color.
(Multiple Choice)
4.9/5
(38)
An object model consists of a hierarchical collection of objects,consisting of properties,methods,and events that can be manipulated using VBA.
(True/False)
5.0/5
(30)
________ programming uses a hierarchy of objects,also called classes,as the focus of the programming.
(Short Answer)
4.8/5
(36)
________ are defined as attributes of an object that can be manipulated using Visual Basic.
(Multiple Choice)
4.8/5
(37)
A(n)________ performs an action on your project or workbook,such as renaming a worksheet or clearing filtered values from PivotTables.
(Short Answer)
4.9/5
(37)
The two primary types of procedures that are supported by VBA are Sub procedures and module procedures.
(True/False)
4.7/5
(35)
The ________ loops until a specified number of loops have been completed.
(Multiple Choice)
4.9/5
(43)
All of the following statements are TRUE regarding loops in VBA EXCEPT:
(Multiple Choice)
4.9/5
(34)
Which type of model below BEST describes a hierarchical collection of items that can be manipulated when using Visual Basic?
(Multiple Choice)
4.8/5
(34)
Showing 41 - 60 of 99
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)