What tool is best for automating the completion of repetitive tasks in Excel?

A) Styles B) Themes C) Macro D) Template


C

Computer Science & Information Technology

You might also like to view...

Before you use a variable in a JavaScript program, you should ____ it.

A. compile B. concatenate C. declare D. nullify

Computer Science & Information Technology

What does the code in line 8 produce?

``` 1 string s, t; 2 s = “Get up and go to school!”; 3 t = “NO!”; 4 int n = s.size(); 5 int w = s.at(3); 6 int x = s.at(12); 7 s += t; 8 cout << s; ``` A. “Get up and go to school!” B. “NO!” C. “Get up and go to school!NO!” D. Nothing. That isn’t how you display strings.

Computer Science & Information Technology

When a section of text needs to be repeated from one location to another in a document, you can use the ________ command rather than retyping the text

A) Copy B) Paste C) Cut D) Sort

Computer Science & Information Technology

________ is the process of numbering and arranging the pages in a document

Fill in the blank(s) with correct word

Computer Science & Information Technology