What is not a good task for a macro?

A. Group a series of commands into one database object
B. Automate repetitive tasks
C. Perform a specific action
D. Automate a one-time event


Answer: D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. A recursive function can only return a value of type int or double. 2. The code of a function can contain at most one recursive call. 3. For some problems one can specify more natural solutions using recursion than using iteration. 4. A simple case is an instance of a problem that has a straightforward solution that requires no redefinition of the problem. 5. A recursive function must have at least one input argument.

Computer Science & Information Technology

All of the following statements are TRUE regarding loops in VBA EXCEPT:

A) Loops are used to execute a series of statements multiple times. B) In the syntax of the Do loop, the data type of the element and group must be the same. C) The number of times the code is executed can be determined by a specified number, until a condition is true or false, or the code can continue to execute however many objects there are in a collection. D) There are essentially two categories of loops: Do loops and For...Next loops.

Computer Science & Information Technology

Describe four of the six commonly used Excel chart types that were described in this unit.

What will be an ideal response?

Computer Science & Information Technology

Global declarations are found in the declarations section within a function.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology