When moving a chart to a new Excel worksheet, where do you enter the name of the new worksheet?

A. New sheet text box
B. New chart text box
C. Next sheet text box
D. Next chart text box


Answer: A

Computer Science & Information Technology

You might also like to view...

Which command would you give to cancel all print jobs on the system?

What will be an ideal response?

Computer Science & Information Technology

____ are useful because they can store information created in one part of your program and use that information in another.

A. Conditional operators B. Logical operators C. Assignment operators D. Variables

Computer Science & Information Technology

Use SQL:2003 with the MULTISET construct to represent a database with UDTs for Person and Employee. Employees are persons and persons have children (use MULTISET to represent the corresponding attribute)

 Provide the appropriate CREATE TABLE statements.  Write the following query: Find all employees who have at least one child who is also an employee.

Computer Science & Information Technology

This type of procedure performs a series of VBA statements, but is not used in an expression.

A. Argument B. Method C. Sub D. Module

Computer Science & Information Technology