To include an Excel worksheet object or data in a Word document, you ________

A) first convert any numeric data into text prior to copying it to Word.
B) must use the import wizard.
C) can use the copy and paste features of Office.
D) will lose the object or data in Excel when you copy it to Word.

C

Computer Science & Information Technology

You might also like to view...

The preprocessor directives used with the assertion macros is/are

a)``` #include ``` b)``` #define NDBUG ``` c)``` #include ``` d)``` #include ``` e)``` #include ```

Computer Science & Information Technology

What is displayed by the following statement?

```System.out.println("Java is neat".replaceAll("is", "AAA"));``` a. JavaAAAneat b. JavaAAA neat c. Java AAA neat d. Java AAAneat

Computer Science & Information Technology