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

ملء الشاشة (f)
exit full mode
سؤال
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
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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
سؤال
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
سؤال
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
سؤال
If you share macros with others,you can certify them with a ________.

A)trust signature
B)digital signature
C)certify stamp
D)macro stamp
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
From the ________ ribbon tab,you can change the macro security settings in Excel.

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

A)Commands
B)Backstage view
C)Excel Options
D)Developer
سؤال
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
سؤال
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
سؤال
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
سؤال
Unauthorized macro code is called a ________.

A)warning code
B)virus code
C)malicious code
D)macro virus
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
When coding in VBA,comments are preceded by ________.

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

A)yellow text
B)green text
C)red text
D)blue text
سؤال
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
سؤال
On the Categorized tab,the same properties are listed,but they are organized by ________ groups.

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

A)a procedure
B)a sequence
C)a VBA
D)a module
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
A module consists of ________,which are units of computer code that perform some type of action.

A)activities
B)macros
C)procedures
D)controls
سؤال
ActiveX controls are found under which of the following tabs?

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

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

A)an event
B)a module
C)a construct
D)a sub procedure
سؤال
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
سؤال
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
سؤال
Common uses of ActiveX controls are ________.

A)Disabling content
B)Command buttons,lists,and dialog boxes
C)Starting your computer
D)Testing a procedure
سؤال
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
سؤال
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
سؤال
When referring to an object in a program,use the ________ field.

A)Cell
B)Name
C)Active
D)Report
سؤال
A macro will record the actions to automate a task.
سؤال
You can record a macro or create a macro by using the Visual Basic Editor.
سؤال
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.
سؤال
The Developer tab must be enabled by going to the Backstage view and selecting Customize.
سؤال
A combination of keys to execute a macro or program is known as a shortcut key.
سؤال
To record a macro,a worksheet must be protected.
سؤال
Click the Insert Tab to add a button to the Quick Access Toolbar.
سؤال
Navigation on the ribbon is included in the recorded steps of a macro.
سؤال
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.
سؤال
When using Visual Basic for Applications,modules are automatically stored as a macro.
سؤال
To run a macro,you can add a button to the Developer tab.
سؤال
The Record Macro command records your actions in the Visual Basic for Applications programming language.
سؤال
As your actions are recorded,VBA code is created.
سؤال
If you want to modify the way your macro performs,you can modify the actual code that was created by the macro.
سؤال
If you make a mistake in entering the code,you will see a Microsoft Visual Basic dialog box informing you of your error.
سؤال
Comments do NOT affect the function of a macro.
سؤال
A module can contain several sub procedures.
سؤال
Use caution when assigning a shortcut key to a macro so you do NOT override an existing shortcut within Excel.
سؤال
To modify a macro,you can modify the actual Visual Basic for Applications code.
سؤال
Visual Basic for Applications (VBA)is the programming language you use to record a macro.
سؤال
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.
سؤال
If you want to change the same property for a group of objects,you can select all objects and change the property.
سؤال
The macro commands are located on the ________tab.
سؤال
An unauthorized programming code in a macro that erases or damages files is called a macro ________.
سؤال
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.
سؤال
A check box is a type of ActiveX control that the person filling in a form can select to indicate a choice.
سؤال
Another name for a procedures or sub procedure is ________.
سؤال
You can ________ that the macro is from a trusted source by using a digital signature.
سؤال
When assigning a button to the Quick Access Toolbar,go to the Excel ________ dialog box.
سؤال
A worksheet that contains fields and controls that enables someone to easily enter or edit data is a ________.
سؤال
The programming language to write computer programs within the Microsoft Windows environment is called ________.
سؤال
To access the ________ window,click the Debug button within the Microsoft Visual Basic dialog box.
سؤال
ActiveX controls are NOT attached to cells,instead,they are similar to inserted shapes or SmartArt.
سؤال
ActiveX controls are useful for forms that are completed online,because you can control different events that occur when the control is used.
سؤال
You can store a macro in ________,which is the default setting for the workbook macro.
سؤال
After you add a button to the Quick Access Toolbar,only someone with administrator access can remove it.
سؤال
A macro is an action or set of actions can ________ tasks within Excel.
سؤال
The word that notes the beginning of a VBA construct is ________.
سؤال
To record a macro,a worksheet must be ________.
سؤال
The place where VBA programming code is stored when you record a macro is called a ________.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/97
auto play flashcards
العب
simple tutorial
ملء الشاشة (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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
16
Unauthorized macro code is called a ________.

A)warning code
B)virus code
C)malicious code
D)macro virus
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
32
ActiveX controls are found under which of the following tabs?

A)Developer
B)Review
C)Add-Ins
D)View
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
40
When referring to an object in a program,use the ________ field.

A)Cell
B)Name
C)Active
D)Report
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
41
A macro will record the actions to automate a task.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
42
You can record a macro or create a macro by using the Visual Basic Editor.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
44
The Developer tab must be enabled by going to the Backstage view and selecting Customize.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
45
A combination of keys to execute a macro or program is known as a shortcut key.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
46
To record a macro,a worksheet must be protected.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
47
Click the Insert Tab to add a button to the Quick Access Toolbar.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
48
Navigation on the ribbon is included in the recorded steps of a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
50
When using Visual Basic for Applications,modules are automatically stored as a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
51
To run a macro,you can add a button to the Developer tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
52
The Record Macro command records your actions in the Visual Basic for Applications programming language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
53
As your actions are recorded,VBA code is created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
56
Comments do NOT affect the function of a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
57
A module can contain several sub procedures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
58
Use caution when assigning a shortcut key to a macro so you do NOT override an existing shortcut within Excel.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
59
To modify a macro,you can modify the actual Visual Basic for Applications code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
60
Visual Basic for Applications (VBA)is the programming language you use to record a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
63
The macro commands are located on the ________tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
64
An unauthorized programming code in a macro that erases or damages files is called a macro ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
67
Another name for a procedures or sub procedure is ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
68
You can ________ that the macro is from a trusted source by using a digital signature.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
69
When assigning a button to the Quick Access Toolbar,go to the Excel ________ dialog box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
70
A worksheet that contains fields and controls that enables someone to easily enter or edit data is a ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
71
The programming language to write computer programs within the Microsoft Windows environment is called ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
72
To access the ________ window,click the Debug button within the Microsoft Visual Basic dialog box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
73
ActiveX controls are NOT attached to cells,instead,they are similar to inserted shapes or SmartArt.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
75
You can store a macro in ________,which is the default setting for the workbook macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
76
After you add a button to the Quick Access Toolbar,only someone with administrator access can remove it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
77
A macro is an action or set of actions can ________ tasks within Excel.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
78
The word that notes the beginning of a VBA construct is ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
79
To record a macro,a worksheet must be ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
80
The place where VBA programming code is stored when you record a macro is called a ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.