A location where you can store macros that you want to be able to use in other workbooks is the ________
A) Visual Basic Workbook B) Code Group
C) Personal Macro Workbook D) Module
C
You might also like to view...
Which windowsproperty identifies the name by which the windowis known in a program?
a. name b. title c. label d. A window does not need to be identified in a program.
For most applications, saving sound files at the ____ bit resolution provides a good balance of sound quality and file size.
A. 1 B. 4 C. 8 D. 16
?
In the figure above, item ____ shows style rule(s) applied to aclass.
A. 1 B. 2 C. 3 D. 4
Identify the first step that is executed when JavaScript encounters code that references an object property or method.
A. Check for the property or method with the object's prototype B. Continue moving down the chain until the property or method is located or the end of the chain is reached C. If the prototype is an instance of another object, check for the property or method in that object D. Check for the property or method within the current object instance