Deck 12: Templates, Styles, and Macros

Full screen (f)
exit full mode
Question
What function traps errors in a custom template?

A)ERRORTRAP
B)IF(#ErrorValue)
C)IFERROR
D)FINDERROR
Use Space or
up arrow
down arrow
to flip the card.
Question
Which of the following are not included in themes?

A)Fonts
B)Colors
C)Formulas
D)Effects
Question
What file extension do templates use?

A).xlsx
B).xlsm
C).xltx
D).xlsb
Question
Which of the following is not a predefined cell style category?

A)Good, Bad and Neutral
B)Titles and Headings
C)Data and Model
D)Analysis
Question
A cell style is a collection of ________.

A)themes
B)format settings
C)fonts
D)colors
Question
Use these instead of numbers in formulas in templates whenever possible.

A)Cell references
B)Functions
C)Styles
D)Text
Question
Which of the following cannot be modified with a custom cell style?

A)Number format
B)Print area
C)Alignment
D)Fill color
Question
To modify a style, right-click the style and then select ________.

A)New font
B)Change
C)Styles
D)Modify
Question
How many characters can an Excel password have?

A)12
B)48
C)156
D)255
Question
The cell styles gallery is on the ________ tab.

A)Page Layout
B)Data
C)Insert
D)Home
Question
Where are custom cell styles stored?

A)Template gallery
B)Themes gallery
C)Current workbook
D)They are not stored.
Question
Which of the following is not a good guideline for creating a template?

A)Include instructions
B)Enter all possible data.
C)Use consistent and appropriate formatting
D)Provide meaningful names to worksheets
Question
On which tab is the insert background feature located?

A)Page Layout
B)Formulas
C)Data
D)Home
Question
In Windows 10, Workbook templates save in this location by default.

A)C : \Users\username\Documents\Temp
B)C : \Users\username\Documents\Templates
C)C : \Users\username\Documents\Documents\Custom Office Templates
D)C : \Users\username\Documents\Custom
Question
A Background in a Worksheet looks like a ________.

A)graphic inserted in the top left corner
B)webpage with a graphic behind the data
C)graphic instead of the data on the worksheet
D)graphic display on top of the data
Question
On which tab will you find the Protect Sheet command?

A)Insert
B)Home
C)Review
D)Page Layout
Question
Which of the following is a partially completed workbook to be used as a model for a fully completed document?

A)Theme
B)Sub Procedure
C)Macro
D)Template
Question
Where is the New Cell Style command?

A)On the Styles Gallery
B)On the Themes gallery
C)On the Page Layout tab
D)On the Insert tab
Question
Where would you find the Template Gallery?

A)Insert tab
B)Page Layout tab
C)View tab
D)Backstage view
Question
On which tab is the Themes Gallery?

A)File
B)Insert
C)Page Layout
D)View
Question
Protected workbooks cannot be ________.

A)saved
B)printed
C)shared
D)edited
Question
What tool is best for automating the completion of repetitive tasks in Excel?

A)Macro
B)Template
C)Styles
D)Themes
Question
What do Miles and Rate represent in the following line of code? Function Mileage (Miles, Rate)

A)Comments
B)Function arguments.
C)Sub procedures
D)Keywords
Question
What would be the first line of the module for a function named Mileage with parameters Miles and Rate?

A)Function Mileage (Miles, Rate)
B)Sub Mileage (Miles, Rate)
C)Mileage (Miles, Rate)
D)End Function
Question
How do you insert a button to run a macro in a worksheet?

A)Add a Form Control button that runs the macro
B)Use the Button Builder on the Code group
C)The button has to be inserted on the Quick Access Toolbar.
D)You must use VBA code to do this.
Question
Where would you store macros that you'd like to use in any workbook?

A)A template
B)The Normal Document
C)The current workbook
D)The Personal Macro Workbook
Question
What is the file extension for a Macro-Enabled Workbook?

A).xlsb
B).xlsm
C).xltm
D).xlm
Question
What color are comments in VBA?

A)Black
B)Green
C)Red
D)Blue
Question
What does the following line of code do to the selected cell? Selection.Font.Bold = False

A)Turns on bold formatting in the selected cell.
B)Replaces the contents of the selected cell with "False"
C)Turns off bold formatting in the selected cell.
D)Nothing, it contains a syntax error.
Question
What line of code do you to add at the beginning of a procedure if your worksheet (Sheet 2)is protected and your procedure alters the locked cell H4, if your password is ExcelIsFun?

A)Sheet 2.Password:= "ExcelIsFun"
B)Sheet 2.Unprotect Password:= "ExcelIsFun"
C)Sheet 1.Protect Password:= "ExcelIsFun"
D)Sheet 2.Unprotect Password:= ExcelIsFun
Question
Which of the following is not an option in the Trust Center?

A)Trusted Publishers
B)Trusted Locations
C)Trusted App Catalogs
D)Trusted Websites
Question
A(n)________ is a partially completed document that you use as a model to create other documents that have the same structure and purpose.
Question
How would you use a relative cell reference in a macro?

A)Click Use Relative References before you perform the commands.
B)Press F4 when selecting the range.
C)You must edit the macro in the VBA editor to change the reference type.
D)Hold the Shift key down while recording the macro.
Question
Where do you edit a macro?

A)Macro editor
B)Macros must be created from scratch.
C)VBA Editor
D)Notepad
Question
Where can you delete or run a macro?

A)VBA Editor
B)Macro dialog box
C)Insert tab
D)Backstage view
Question
The Macro Recorder is on which two tabs?

A)Developer and Formulas
B)View and Insert
C)View and Developer
D)Developer and Insert
Question
Which of the following is false about a VBA object?

A)Contains data
B)Contains code
C)Starts with '
D)Represents a Range
Question
Which of the following items is not stored inside VBA modules?

A)Sub procedures
B)Keywords
C)Index documents
D)Comments
Question
Which of the following is false about recording a macro?

A)Cell selections can be recorded as absolute references.
B)There is a pause button which allows you to remove mistakes as you record.
C)The recorder records everything you do.
D)It is a good idea to plan your steps and practice them before recording.
Question
Where do you find the Trust Center?

A)Developer tab
B)Excel Options
C)Insert tab
D)View tab
Question
A(n)________ is one that prevents users from editing the contents or formatting.
Question
By default the ________ uses absolute cell references when storing a macro.
Question
A(n)________ is macro code embedded in a worksheet which does something malicious.
Question
The ________ directs Excel to trust files in particular folders or created by certain users.
Question
If you want to place Confidential behind the data in a worksheet, you use a custom ________.
Question
Data and Model, Titles and Headings, and Good, Bad, and Neutral are examples of predefined Cell ________.
Question
View and edit macros in the ________.
Question
Select ________ in Backstage view to access the Template Gallery.
Question
Macro Buttons in worksheets are ________ buttons available on the Developer tab.
Question
A(n)________ is a set of instructions that execute a sequence of commands to automate repetitive tasks.
Question
The Themes Gallery is located on the ________ tab.
Question
________ is the file extension for Macro-Enabled Workbooks.
Question
A forgotten ________ in Excel is unrecoverable.
Question
Delete macros in the ________ dialog box.
Question
A(n)________ is a container in which VBA code is stored.
Question
________ files save with .xltx file extensions.
Question
Use the ________ function to trap errors when creating templates.
Question
Cells can be locked from the ________ group on the Home tab.
Question
By default, ________ are locked.
Question
A password on a protected workbook can be ________ characters long.
Question
Start a custom function in a new ________.
Question
There are many templates available online.
Question
Formatting is limited in Templates.
Question
To make a comment line in VBA, start the line with ________.
Question
Good, Bad, and Neutral are predefined cell styles.
Question
Theme fonts may not be altered.
Question
Excel templates use the .xlsx file extension.
Question
All cells are unlocked, by default.
Question
If you forget your Excel password, you can recover it with your Microsoft account password.
Question
Cell Styles are on the Page Layout tab.
Question
The file extension for an Excel Macro-Enabled Workbook is .xltm.
Question
The background of an Excel Worksheet is always white.
Question
It is helpful to provide instructions in a template.
Question
Excel templates are downloadable from the Template Gallery on the Insert tab.
Question
A user can modify a cell style.
Question
Functions are edited in the ________.
Question
Protecting a workbook encrypts it for internet transmission.
Question
Themes alter formulas.
Question
A(n)________ performs actions on a workbook but doesn't necessarily return a specific value.
Question
The IFERROR function traps errors in Excel templates.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/97
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 12: Templates, Styles, and Macros
1
What function traps errors in a custom template?

A)ERRORTRAP
B)IF(#ErrorValue)
C)IFERROR
D)FINDERROR
C
2
Which of the following are not included in themes?

A)Fonts
B)Colors
C)Formulas
D)Effects
C
3
What file extension do templates use?

A).xlsx
B).xlsm
C).xltx
D).xlsb
C
4
Which of the following is not a predefined cell style category?

A)Good, Bad and Neutral
B)Titles and Headings
C)Data and Model
D)Analysis
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
5
A cell style is a collection of ________.

A)themes
B)format settings
C)fonts
D)colors
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
6
Use these instead of numbers in formulas in templates whenever possible.

A)Cell references
B)Functions
C)Styles
D)Text
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
7
Which of the following cannot be modified with a custom cell style?

A)Number format
B)Print area
C)Alignment
D)Fill color
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
8
To modify a style, right-click the style and then select ________.

A)New font
B)Change
C)Styles
D)Modify
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
9
How many characters can an Excel password have?

A)12
B)48
C)156
D)255
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
10
The cell styles gallery is on the ________ tab.

A)Page Layout
B)Data
C)Insert
D)Home
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
11
Where are custom cell styles stored?

A)Template gallery
B)Themes gallery
C)Current workbook
D)They are not stored.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following is not a good guideline for creating a template?

A)Include instructions
B)Enter all possible data.
C)Use consistent and appropriate formatting
D)Provide meaningful names to worksheets
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
13
On which tab is the insert background feature located?

A)Page Layout
B)Formulas
C)Data
D)Home
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
14
In Windows 10, Workbook templates save in this location by default.

A)C : \Users\username\Documents\Temp
B)C : \Users\username\Documents\Templates
C)C : \Users\username\Documents\Documents\Custom Office Templates
D)C : \Users\username\Documents\Custom
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
15
A Background in a Worksheet looks like a ________.

A)graphic inserted in the top left corner
B)webpage with a graphic behind the data
C)graphic instead of the data on the worksheet
D)graphic display on top of the data
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
16
On which tab will you find the Protect Sheet command?

A)Insert
B)Home
C)Review
D)Page Layout
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
17
Which of the following is a partially completed workbook to be used as a model for a fully completed document?

A)Theme
B)Sub Procedure
C)Macro
D)Template
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
18
Where is the New Cell Style command?

A)On the Styles Gallery
B)On the Themes gallery
C)On the Page Layout tab
D)On the Insert tab
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
19
Where would you find the Template Gallery?

A)Insert tab
B)Page Layout tab
C)View tab
D)Backstage view
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
20
On which tab is the Themes Gallery?

A)File
B)Insert
C)Page Layout
D)View
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
21
Protected workbooks cannot be ________.

A)saved
B)printed
C)shared
D)edited
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
22
What tool is best for automating the completion of repetitive tasks in Excel?

A)Macro
B)Template
C)Styles
D)Themes
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
23
What do Miles and Rate represent in the following line of code? Function Mileage (Miles, Rate)

A)Comments
B)Function arguments.
C)Sub procedures
D)Keywords
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
24
What would be the first line of the module for a function named Mileage with parameters Miles and Rate?

A)Function Mileage (Miles, Rate)
B)Sub Mileage (Miles, Rate)
C)Mileage (Miles, Rate)
D)End Function
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
25
How do you insert a button to run a macro in a worksheet?

A)Add a Form Control button that runs the macro
B)Use the Button Builder on the Code group
C)The button has to be inserted on the Quick Access Toolbar.
D)You must use VBA code to do this.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
26
Where would you store macros that you'd like to use in any workbook?

A)A template
B)The Normal Document
C)The current workbook
D)The Personal Macro Workbook
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
27
What is the file extension for a Macro-Enabled Workbook?

A).xlsb
B).xlsm
C).xltm
D).xlm
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
28
What color are comments in VBA?

A)Black
B)Green
C)Red
D)Blue
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
29
What does the following line of code do to the selected cell? Selection.Font.Bold = False

A)Turns on bold formatting in the selected cell.
B)Replaces the contents of the selected cell with "False"
C)Turns off bold formatting in the selected cell.
D)Nothing, it contains a syntax error.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
30
What line of code do you to add at the beginning of a procedure if your worksheet (Sheet 2)is protected and your procedure alters the locked cell H4, if your password is ExcelIsFun?

A)Sheet 2.Password:= "ExcelIsFun"
B)Sheet 2.Unprotect Password:= "ExcelIsFun"
C)Sheet 1.Protect Password:= "ExcelIsFun"
D)Sheet 2.Unprotect Password:= ExcelIsFun
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following is not an option in the Trust Center?

A)Trusted Publishers
B)Trusted Locations
C)Trusted App Catalogs
D)Trusted Websites
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
32
A(n)________ is a partially completed document that you use as a model to create other documents that have the same structure and purpose.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
33
How would you use a relative cell reference in a macro?

A)Click Use Relative References before you perform the commands.
B)Press F4 when selecting the range.
C)You must edit the macro in the VBA editor to change the reference type.
D)Hold the Shift key down while recording the macro.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
34
Where do you edit a macro?

A)Macro editor
B)Macros must be created from scratch.
C)VBA Editor
D)Notepad
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
35
Where can you delete or run a macro?

A)VBA Editor
B)Macro dialog box
C)Insert tab
D)Backstage view
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
36
The Macro Recorder is on which two tabs?

A)Developer and Formulas
B)View and Insert
C)View and Developer
D)Developer and Insert
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
37
Which of the following is false about a VBA object?

A)Contains data
B)Contains code
C)Starts with '
D)Represents a Range
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
38
Which of the following items is not stored inside VBA modules?

A)Sub procedures
B)Keywords
C)Index documents
D)Comments
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
39
Which of the following is false about recording a macro?

A)Cell selections can be recorded as absolute references.
B)There is a pause button which allows you to remove mistakes as you record.
C)The recorder records everything you do.
D)It is a good idea to plan your steps and practice them before recording.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
40
Where do you find the Trust Center?

A)Developer tab
B)Excel Options
C)Insert tab
D)View tab
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
41
A(n)________ is one that prevents users from editing the contents or formatting.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
42
By default the ________ uses absolute cell references when storing a macro.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
43
A(n)________ is macro code embedded in a worksheet which does something malicious.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
44
The ________ directs Excel to trust files in particular folders or created by certain users.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
45
If you want to place Confidential behind the data in a worksheet, you use a custom ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
46
Data and Model, Titles and Headings, and Good, Bad, and Neutral are examples of predefined Cell ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
47
View and edit macros in the ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
48
Select ________ in Backstage view to access the Template Gallery.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
49
Macro Buttons in worksheets are ________ buttons available on the Developer tab.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
50
A(n)________ is a set of instructions that execute a sequence of commands to automate repetitive tasks.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
51
The Themes Gallery is located on the ________ tab.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
52
________ is the file extension for Macro-Enabled Workbooks.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
53
A forgotten ________ in Excel is unrecoverable.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
54
Delete macros in the ________ dialog box.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
55
A(n)________ is a container in which VBA code is stored.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
56
________ files save with .xltx file extensions.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
57
Use the ________ function to trap errors when creating templates.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
58
Cells can be locked from the ________ group on the Home tab.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
59
By default, ________ are locked.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
60
A password on a protected workbook can be ________ characters long.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
61
Start a custom function in a new ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
62
There are many templates available online.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
63
Formatting is limited in Templates.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
64
To make a comment line in VBA, start the line with ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
65
Good, Bad, and Neutral are predefined cell styles.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
66
Theme fonts may not be altered.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
67
Excel templates use the .xlsx file extension.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
68
All cells are unlocked, by default.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
69
If you forget your Excel password, you can recover it with your Microsoft account password.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
70
Cell Styles are on the Page Layout tab.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
71
The file extension for an Excel Macro-Enabled Workbook is .xltm.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
72
The background of an Excel Worksheet is always white.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
73
It is helpful to provide instructions in a template.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
74
Excel templates are downloadable from the Template Gallery on the Insert tab.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
75
A user can modify a cell style.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
76
Functions are edited in the ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
77
Protecting a workbook encrypts it for internet transmission.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
78
Themes alter formulas.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
79
A(n)________ performs actions on a workbook but doesn't necessarily return a specific value.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
80
The IFERROR function traps errors in Excel templates.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 97 flashcards in this deck.