The process whereby the mouse pointer becomes an eyedropper tool that you can use to copy a border from one table to another is:

A) Border Styles.
B) Format Painter.
C) Border Painter.
D) Border Sampler.

D

Computer Science & Information Technology

You might also like to view...

When Outlook detects a macro attempting to send an e-mail, it:

A) launches a warning box. B) provides the user the opportunity to allow or deny the sending of the object. C) automatically denies the sending of the object. D) Both A and B.

Computer Science & Information Technology

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

1. A function can have zero to many parameters and either zero or one return value(s). 2. Functions are ideal for use in menu-drive programs. When a user selects a menu item, the program can call an appropriate function to carry out the user's choice. 3. When a function just needs to use a copy of an argument passed to it, the argument should normally be passed by value. 4. It is possible for a function to have some parameters with default arguments and some without. 5. A function with a return type of bool must return a value of either true or false.

Computer Science & Information Technology