Match each of the following concepts to its best description:I.MacroII.VBA EditorIII.Absolute ReferenceIV.Macro RecorderV.Personal Macro WorkbookA.Default cell reference type in macrosB.Tool for modifying a macroC.Tool that stores all actions to create a macroD.Stores macros to be used on all workbooksE.Automation for a series of repetitive tasks
Fill in the blank(s) with the appropriate word(s).
E, B, A, C, D
Computer Science & Information Technology
You might also like to view...
Which of the following is an example of program or application?
a. Microsoft Excel b. Ribbon c. Title bar d. Icon
Computer Science & Information Technology
Briefly describe the Perl's crypt() function.
What will be an ideal response?
Computer Science & Information Technology
Describe Oracle’s data dictionary.
What will be an ideal response?
Computer Science & Information Technology
Rewrite the following if statement as an equivalent switch statement. The variable num is of type int.
``` if (num == 0 || num == 1) control = 100; else if (num == 2) control = 200; else if (num == 3) control = 300; else control = 0; ```
Computer Science & Information Technology