A copy of Excel can be personalized by adding a User name in the ________

A) File properties
B) Excel Options
C) Review tab
D) Add-ins tab


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following code segments sets all elements of the array strStudentNames to the value NONE?

a. ```Dim intCount as Integer For intCount = 1 to (strStudentNames.Length - 1) strStudentNames(intCount) = "NONE" Next intCount ``` b. ```Dim intCount as Integer For intCount = 0 to (strStudentNames.Length - 1) strStudentNames(intCount) = "NONE" Next intCount ``` c. ```Dim intCount as Integer For intCount = 0 to (strStudentNames.Length) strStudentNames(intCount) = "NONE" Next intCount ``` d. ```Dim intCount as Integer For intCount = 1 to (strStudentNames.Length) strStudentNames(intCount) = "NONE" Next intCount ```

Computer Science & Information Technology

Which of the following is not a difference between managing ecommerce projects and the traditional projects?

A) The data used in ecommerce is scattered all over the organization. B) The staff used for ecommerce has a unified set of skills. C) Ecommerce managers need to initially build internal and external partnerships. D) Security in ecommerce is a must.

Computer Science & Information Technology

In what types of systems might you expect to observe relatively uniform request distributions?

What will be an ideal response?

Computer Science & Information Technology

You can select multiple, adjacent files by using the Shift key while clicking files

Indicate whether the statement is true or false

Computer Science & Information Technology