________ files is used to display the differences between cells in two workbooks

A) Compare
B) Clean
C) Analyze
D) Inquire

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following expressions has as its value the value of strVar with its leading and trailing spaces removed?

(A) strVar.Length (B) strVar.ToUpper (C) strVar.Ctrim (D) strVar.Trim

Computer Science & Information Technology

Explain why a C++ program would use the statement

``` Array workerList{100}; ```

Computer Science & Information Technology