Deck 9: Excell: Using Macros and Visual Basic for Applications

Full screen (f)
exit full mode
Question
By using a digital signature,you confirm that the document or macro originated from the signer and has NOT been ________.

A)saved
B)deleted
C)lost
D)altered
Use Space or
up arrow
down arrow
to flip the card.
Question
Any macro setting changes made in Excel in the Macro Settings category apply to ________.

A)Excel only
B)all office programs
C)Access only
D)Excel and Access
Question
The action that causes a macro to run,which may include a combination of keystrokes and the click of a button on the Quick Access Toolbar,is called ________.

A)a sub procedure
B)a module
C)an event
D)a file
Question
A location where you can store macros that you want to be able to use in other workbooks is the ________.

A)Personal Macro Workbook
B)Visual Basic Workbook
C)Code Group
D)Module
Question
If you share macros with others,you can certify them with a ________.

A)trust signature
B)digital signature
C)certify stamp
D)macro stamp
Question
You would choose which of the following workbooks to save a macro that is used in other workbooks?

A)Personal Worksheet
B)Personal Workbook
C)Personal Macro Worksheet
D)Personal Macro Workbook
Question
Macros are recorded in the ________ programming language,which you can use to write computer programs within the Microsoft Windows environment.

A)Microsoft Operating System
B)Visual Basic for Applications
C)Excel
D)Microsoft Windows 10
Question
When you assign a shortcut key to a macro,it will take precedence over the shortcut keys that are ________.

A)external to Excel
B)built into Excel
C)case sensitive
D)used by all applications
Question
The macro recorder records all the steps required to complete the actions you want your macro to perform except for navigation on the ________.

A)worksheet
B)sheet tab
C)cell
D)ribbon
Question
Macros can be performed with a single mouse click,a keyboard shortcut,or ________.

A)when a workbook is closed
B)when a workbook is opened
C)a double mouse click
D)in a file
Question
From the ________ ribbon tab,you can change the macro security settings in Excel.

A)Visual Basic
B)Security
C)Developer
D)Macro
Question
You add a button to the Quick Access Toolbar from the ________ dialog box.

A)Commands
B)Backstage view
C)Excel Options
D)Developer
Question
To approve or block files containing macros,your macro security level should be set to ________.

A)Enable all macros
B)Disable all macros without notification
C)Enable all macros without files
D)Disable all macros with notification
Question
A collection of VBA declarations,statements,and procedures stored together as one named unit is known as a ________.

A)macro
B)module
C)construct
D)property
Question
A worksheet or Excel object containing fields and controls that enable you to easily enter or edit data is ________.

A)a macro
B)a Visual Basic group
C)an expense
D)a form
Question
Unauthorized macro code is called a ________.

A)warning code
B)virus code
C)malicious code
D)macro virus
Question
An electronic,encryption-based,secure stamp of authentication on a macro or document is called a ________.

A)digital signature
B)macro project
C)document certificate
D)macro stamp
Question
When naming a macro,the first character of the macro name must be ________.

A)a number
B)a letter
C)a cell reference
D)an underscore
Question
Before working with a macro,you must first ________.

A)single out tasks to be completed
B)add the Developer tab to the ribbon
C)build an action
D)close your workbook
Question
A function key or key combination,such as F5 or Ctrl + R,that carries out a menu command is called a ________.

A)macro
B)shortcut key
C)dongle
D)click key
Question
When coding in VBA,comments are preceded by ________.

A)a double quote
B)a question mark
C)an exclamation point
D)an apostrophe
Question
In VBA,comments added to code will display in ________.

A)yellow text
B)green text
C)red text
D)blue text
Question
When you add and modify Active X controls to a worksheet,you activate which of the following?

A)Design Mode
B)View Mode
C)Control Mode
D)Active Mode
Question
On the Categorized tab,the same properties are listed,but they are organized by ________ groups.

A)sorted
B)logical
C)related
D)alphabetized
Question
A unit of computer code that performs an action is called ________.

A)a procedure
B)a sequence
C)a VBA
D)a module
Question
To edit and check VBA code,you would click on View Code from the ________.

A)Edit group
B)Properties group
C)Developer group
D)Controls group
Question
If you make an error when entering code and need to correct the error,you can click the ________.

A)Error Button
B)Fix Button
C)Jump Button
D)Debug button
Question
Within VBA,you can write a procedure into your form that will insert ________.

A)an AJAX control
B)an ApplicationX control
C)an ActiveX control
D)a DeveloperX control
Question
When you add ActiveX controls to your worksheet,you are working in which of the following modes?

A)View Mode
B)Insert Mode
C)Active Mode
D)Design Mode
Question
An instruction that enables a macro to perform multiple operations on a single object is called a VBA ________.

A)helper
B)construct
C)application
D)program
Question
A module consists of ________,which are units of computer code that perform some type of action.

A)activities
B)macros
C)procedures
D)controls
Question
ActiveX controls are found under which of the following tabs?

A)Developer
B)Review
C)Add-Ins
D)View
Question
A named sequence of statements that performs a task is called ________.

A)a module
B)a function
C)a procedure
D)an ActiveX
Question
A set of instructions that accomplish a specific task is called ________.

A)an event
B)a module
C)a construct
D)a sub procedure
Question
An ActiveX control is ________,such as a check box or button that is placed on a form to display or enter data,perform an action,or make a form easier to read.

A)an AJAX object
B)a developerX object
C)a design object
D)a graphic object
Question
A ________ is an instruction that enables the macro to perform multiple operations on a single object.

A)code window
B)sub procedure
C)VBA construct
D)macro
Question
Common uses of ActiveX controls are ________.

A)Disabling content
B)Command buttons,lists,and dialog boxes
C)Starting your computer
D)Testing a procedure
Question
The word With denotes the beginning of a ________,an instruction that enables the macro to perform multiple operations on a single object.

A)VBA with
B)VBA constrict
C)VBA construct
D)VBA procedure
Question
The window where you can view and edit the module containing the Visual Basic code is the ________ window.

A)module
B)Visual Basic Editor
C)procedure
D)macro
Question
When referring to an object in a program,use the ________ field.

A)Cell
B)Name
C)Active
D)Report
Question
A macro will record the actions to automate a task.
Question
You can record a macro or create a macro by using the Visual Basic Editor.
Question
After you add a button to the Quick Access Toolbar,you should test it to ensure that the button performs as you want it to.
Question
The Developer tab must be enabled by going to the Backstage view and selecting Customize.
Question
A combination of keys to execute a macro or program is known as a shortcut key.
Question
To record a macro,a worksheet must be protected.
Question
Click the Insert Tab to add a button to the Quick Access Toolbar.
Question
Navigation on the ribbon is included in the recorded steps of a macro.
Question
A macro is an action or a set of actions with which you can automate tasks by grouping a series of commands into a single command.
Question
When using Visual Basic for Applications,modules are automatically stored as a macro.
Question
To run a macro,you can add a button to the Developer tab.
Question
The Record Macro command records your actions in the Visual Basic for Applications programming language.
Question
As your actions are recorded,VBA code is created.
Question
If you want to modify the way your macro performs,you can modify the actual code that was created by the macro.
Question
If you make a mistake in entering the code,you will see a Microsoft Visual Basic dialog box informing you of your error.
Question
Comments do NOT affect the function of a macro.
Question
A module can contain several sub procedures.
Question
Use caution when assigning a shortcut key to a macro so you do NOT override an existing shortcut within Excel.
Question
To modify a macro,you can modify the actual Visual Basic for Applications code.
Question
Visual Basic for Applications (VBA)is the programming language you use to record a macro.
Question
Buttons that you add to the Quick Access Toolbar become a ________ part of the toolbar unless you specifically remove the button or reset the Quick Access Toolbar.
Question
If you want to change the same property for a group of objects,you can select all objects and change the property.
Question
The macro commands are located on the ________tab.
Question
An unauthorized programming code in a macro that erases or damages files is called a macro ________.
Question
A ________can include an ActiveX control such as a button or check mark that can be placed on a worksheet to display or enter data.
Question
A check box is a type of ActiveX control that the person filling in a form can select to indicate a choice.
Question
Another name for a procedures or sub procedure is ________.
Question
You can ________ that the macro is from a trusted source by using a digital signature.
Question
When assigning a button to the Quick Access Toolbar,go to the Excel ________ dialog box.
Question
A worksheet that contains fields and controls that enables someone to easily enter or edit data is a ________.
Question
The programming language to write computer programs within the Microsoft Windows environment is called ________.
Question
To access the ________ window,click the Debug button within the Microsoft Visual Basic dialog box.
Question
ActiveX controls are NOT attached to cells,instead,they are similar to inserted shapes or SmartArt.
Question
ActiveX controls are useful for forms that are completed online,because you can control different events that occur when the control is used.
Question
You can store a macro in ________,which is the default setting for the workbook macro.
Question
After you add a button to the Quick Access Toolbar,only someone with administrator access can remove it.
Question
A macro is an action or set of actions can ________ tasks within Excel.
Question
The word that notes the beginning of a VBA construct is ________.
Question
To record a macro,a worksheet must be ________.
Question
The place where VBA programming code is stored when you record a macro is called a ________.
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 9: Excell: Using Macros and Visual Basic for Applications
1
By using a digital signature,you confirm that the document or macro originated from the signer and has NOT been ________.

A)saved
B)deleted
C)lost
D)altered
D
2
Any macro setting changes made in Excel in the Macro Settings category apply to ________.

A)Excel only
B)all office programs
C)Access only
D)Excel and Access
A
3
The action that causes a macro to run,which may include a combination of keystrokes and the click of a button on the Quick Access Toolbar,is called ________.

A)a sub procedure
B)a module
C)an event
D)a file
C
4
A location where you can store macros that you want to be able to use in other workbooks is the ________.

A)Personal Macro Workbook
B)Visual Basic Workbook
C)Code Group
D)Module
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
5
If you share macros with others,you can certify them with a ________.

A)trust signature
B)digital signature
C)certify stamp
D)macro stamp
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
6
You would choose which of the following workbooks to save a macro that is used in other workbooks?

A)Personal Worksheet
B)Personal Workbook
C)Personal Macro Worksheet
D)Personal Macro Workbook
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
7
Macros are recorded in the ________ programming language,which you can use to write computer programs within the Microsoft Windows environment.

A)Microsoft Operating System
B)Visual Basic for Applications
C)Excel
D)Microsoft Windows 10
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
8
When you assign a shortcut key to a macro,it will take precedence over the shortcut keys that are ________.

A)external to Excel
B)built into Excel
C)case sensitive
D)used by all applications
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
9
The macro recorder records all the steps required to complete the actions you want your macro to perform except for navigation on the ________.

A)worksheet
B)sheet tab
C)cell
D)ribbon
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
10
Macros can be performed with a single mouse click,a keyboard shortcut,or ________.

A)when a workbook is closed
B)when a workbook is opened
C)a double mouse click
D)in a file
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
11
From the ________ ribbon tab,you can change the macro security settings in Excel.

A)Visual Basic
B)Security
C)Developer
D)Macro
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
12
You add a button to the Quick Access Toolbar from the ________ dialog box.

A)Commands
B)Backstage view
C)Excel Options
D)Developer
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
13
To approve or block files containing macros,your macro security level should be set to ________.

A)Enable all macros
B)Disable all macros without notification
C)Enable all macros without files
D)Disable all macros with notification
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
14
A collection of VBA declarations,statements,and procedures stored together as one named unit is known as a ________.

A)macro
B)module
C)construct
D)property
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
15
A worksheet or Excel object containing fields and controls that enable you to easily enter or edit data is ________.

A)a macro
B)a Visual Basic group
C)an expense
D)a form
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
16
Unauthorized macro code is called a ________.

A)warning code
B)virus code
C)malicious code
D)macro virus
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
17
An electronic,encryption-based,secure stamp of authentication on a macro or document is called a ________.

A)digital signature
B)macro project
C)document certificate
D)macro stamp
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
18
When naming a macro,the first character of the macro name must be ________.

A)a number
B)a letter
C)a cell reference
D)an underscore
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
19
Before working with a macro,you must first ________.

A)single out tasks to be completed
B)add the Developer tab to the ribbon
C)build an action
D)close your workbook
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
20
A function key or key combination,such as F5 or Ctrl + R,that carries out a menu command is called a ________.

A)macro
B)shortcut key
C)dongle
D)click key
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
21
When coding in VBA,comments are preceded by ________.

A)a double quote
B)a question mark
C)an exclamation point
D)an apostrophe
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
22
In VBA,comments added to code will display in ________.

A)yellow text
B)green text
C)red text
D)blue text
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
23
When you add and modify Active X controls to a worksheet,you activate which of the following?

A)Design Mode
B)View Mode
C)Control Mode
D)Active Mode
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
24
On the Categorized tab,the same properties are listed,but they are organized by ________ groups.

A)sorted
B)logical
C)related
D)alphabetized
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
25
A unit of computer code that performs an action is called ________.

A)a procedure
B)a sequence
C)a VBA
D)a module
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
26
To edit and check VBA code,you would click on View Code from the ________.

A)Edit group
B)Properties group
C)Developer group
D)Controls group
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
27
If you make an error when entering code and need to correct the error,you can click the ________.

A)Error Button
B)Fix Button
C)Jump Button
D)Debug button
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
28
Within VBA,you can write a procedure into your form that will insert ________.

A)an AJAX control
B)an ApplicationX control
C)an ActiveX control
D)a DeveloperX control
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
29
When you add ActiveX controls to your worksheet,you are working in which of the following modes?

A)View Mode
B)Insert Mode
C)Active Mode
D)Design Mode
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
30
An instruction that enables a macro to perform multiple operations on a single object is called a VBA ________.

A)helper
B)construct
C)application
D)program
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
31
A module consists of ________,which are units of computer code that perform some type of action.

A)activities
B)macros
C)procedures
D)controls
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
32
ActiveX controls are found under which of the following tabs?

A)Developer
B)Review
C)Add-Ins
D)View
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
33
A named sequence of statements that performs a task is called ________.

A)a module
B)a function
C)a procedure
D)an ActiveX
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
34
A set of instructions that accomplish a specific task is called ________.

A)an event
B)a module
C)a construct
D)a sub procedure
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
35
An ActiveX control is ________,such as a check box or button that is placed on a form to display or enter data,perform an action,or make a form easier to read.

A)an AJAX object
B)a developerX object
C)a design object
D)a graphic object
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
36
A ________ is an instruction that enables the macro to perform multiple operations on a single object.

A)code window
B)sub procedure
C)VBA construct
D)macro
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
37
Common uses of ActiveX controls are ________.

A)Disabling content
B)Command buttons,lists,and dialog boxes
C)Starting your computer
D)Testing a procedure
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
38
The word With denotes the beginning of a ________,an instruction that enables the macro to perform multiple operations on a single object.

A)VBA with
B)VBA constrict
C)VBA construct
D)VBA procedure
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
39
The window where you can view and edit the module containing the Visual Basic code is the ________ window.

A)module
B)Visual Basic Editor
C)procedure
D)macro
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
40
When referring to an object in a program,use the ________ field.

A)Cell
B)Name
C)Active
D)Report
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
41
A macro will record the actions to automate a task.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
42
You can record a macro or create a macro by using the Visual Basic Editor.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
43
After you add a button to the Quick Access Toolbar,you should test it to ensure that the button performs as you want it to.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
44
The Developer tab must be enabled by going to the Backstage view and selecting Customize.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
45
A combination of keys to execute a macro or program is known as a shortcut key.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
46
To record a macro,a worksheet must be protected.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
47
Click the Insert Tab to add a button to the Quick Access Toolbar.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
48
Navigation on the ribbon is included in the recorded steps of a macro.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
49
A macro is an action or a set of actions with which you can automate tasks by grouping a series of commands into a single command.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
50
When using Visual Basic for Applications,modules are automatically stored as a macro.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
51
To run a macro,you can add a button to the Developer tab.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
52
The Record Macro command records your actions in the Visual Basic for Applications programming language.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
53
As your actions are recorded,VBA code is created.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
54
If you want to modify the way your macro performs,you can modify the actual code that was created by the macro.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
55
If you make a mistake in entering the code,you will see a Microsoft Visual Basic dialog box informing you of your error.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
56
Comments do NOT affect the function of a macro.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
57
A module can contain several sub procedures.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
58
Use caution when assigning a shortcut key to a macro so you do NOT override an existing shortcut within Excel.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
59
To modify a macro,you can modify the actual Visual Basic for Applications code.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
60
Visual Basic for Applications (VBA)is the programming language you use to record a macro.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
61
Buttons that you add to the Quick Access Toolbar become a ________ part of the toolbar unless you specifically remove the button or reset the Quick Access Toolbar.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
62
If you want to change the same property for a group of objects,you can select all objects and change the property.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
63
The macro commands are located on the ________tab.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
64
An unauthorized programming code in a macro that erases or damages files is called a macro ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
65
A ________can include an ActiveX control such as a button or check mark that can be placed on a worksheet to display or enter data.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
66
A check box is a type of ActiveX control that the person filling in a form can select to indicate a choice.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
67
Another name for a procedures or sub procedure is ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
68
You can ________ that the macro is from a trusted source by using a digital signature.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
69
When assigning a button to the Quick Access Toolbar,go to the Excel ________ dialog box.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
70
A worksheet that contains fields and controls that enables someone to easily enter or edit data is a ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
71
The programming language to write computer programs within the Microsoft Windows environment is called ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
72
To access the ________ window,click the Debug button within the Microsoft Visual Basic dialog box.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
73
ActiveX controls are NOT attached to cells,instead,they are similar to inserted shapes or SmartArt.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
74
ActiveX controls are useful for forms that are completed online,because you can control different events that occur when the control is used.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
75
You can store a macro in ________,which is the default setting for the workbook macro.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
76
After you add a button to the Quick Access Toolbar,only someone with administrator access can remove it.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
77
A macro is an action or set of actions can ________ tasks within Excel.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
78
The word that notes the beginning of a VBA construct is ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
79
To record a macro,a worksheet must be ________.
Unlock Deck
Unlock for access to all 97 flashcards in this deck.
Unlock Deck
k this deck
80
The place where VBA programming code is stored when you record a macro is called a ________.
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.