Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Exploring Microsoft Office Excel Study Set 1
Quiz 12: Templates, styles, and Macros
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
True/False
Keywords are words or symbols that are reserved for specific actions in VBA.
Question 82
True/False
Trusted locations are websites where you download templates.
Question 83
True/False
You can pause the Macro Recorder in the middle of the recording process to edit mistakes.
Question 84
True/False
Excel has no method of stopping macro viruses.
Question 85
True/False
Images or other objects can serve as buttons to run macros.
Question 86
True/False
Form Controls are on the Developer tab.
Question 87
True/False
The Macro Recorder uses absolute references by default.
Question 88
True/False
Custom Functions are recorded in the macro recorder.
Question 89
True/False
PDF file format is XML Paper Specifications.
Question 90
True/False
In VBA,everything between and including the two following lines would be the CleanData sub procedure. Sub CleanData() End Sub
Question 91
Matching
Match each of the following terms to its best description:
Premises:
Responses:
Sub Procedure
Starts with an apostrophe and green font.Used to document a program.
Object
A Visual Basic script that performs actions
Comment
A word reserved for a specific purpose in VBA
Premises:
Sub Procedure
Object
Comment
Responses:
Starts with an apostrophe and green font.Used to document a program.
A Visual Basic script that performs actions
A word reserved for a specific purpose in VBA
Question 92
Matching
Match each of the following concepts to its best description:
Premises:
Responses:
Absolute Reference
Automation for a series of repetitive tasks
Personal Macro Workbook
Default cell reference type in macros
VBA Editor
Stores macros to be used on all workbooks
Premises:
Absolute Reference
Personal Macro Workbook
VBA Editor
Responses:
Automation for a series of repetitive tasks
Default cell reference type in macros
Stores macros to be used on all workbooks
Question 93
Matching
Correctly match the following File extensions to its best description of file type:
Premises:
Responses:
..xltm
Excel 97-2003 workbook
.xlsm
Excel workbook
.xlsx
Macro enabled workbook template
Premises:
..xltm
.xlsm
.xlsx
Responses:
Excel 97-2003 workbook
Excel workbook
Macro enabled workbook template
Question 94
Matching
Match each of the following terms to its best description:
Premises:
Responses:
Unprotected worksheet
Up to 255 characters to unlock a protected worksheet
Protected worksheet
Uneditable when protected
Unlocked Cell
A worksheet in which locked cells cannot be edited
Premises:
Unprotected worksheet
Protected worksheet
Unlocked Cell
Responses:
Up to 255 characters to unlock a protected worksheet
Uneditable when protected
A worksheet in which locked cells cannot be edited
Question 95
Matching
Match each of the following cell styles categories with its purpose:
Premises:
Responses:
Number Format
Emphasizes bad,good,or neutral results
Good,Bad,and Neutral
Provides visual emphasis based on the theme
Data and Model
Provides the same formatting as the Number group on the Home tab
Premises:
Number Format
Good,Bad,and Neutral
Data and Model
Responses:
Emphasizes bad,good,or neutral results
Provides visual emphasis based on the theme
Provides the same formatting as the Number group on the Home tab