What happens when you deselect the Allow changes by more than one user at the same time option on the Editing tab of the Share Workbook dialog box

A. The workbook returns to unshared status.
B. The workbook is nested.
C. The workbook is password-protected
D. The workbook is saved as a shared workbook.


Answer: A

Computer Science & Information Technology

You might also like to view...

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

1. When using an array, it is perfectly legal to access indexed variables with index values less than 0 or greater than or equal to the declared size of the array. 2.To call a function with an array parameter, write the array argument as the array name followed by empty square brackets, as in f(a[], 7); (The first argument is an array a, the second is the size.) 3. Consider the array declaration, int x[20];. There is no memory allocated for x[20]. 4. Arrays in C++ may have several different types stored in them.

Computer Science & Information Technology

In order to stop the automatic sign-in from occurring, which key should be held down during the boot process?

A. Shift B. Ctrl C. Alt D. Esc

Computer Science & Information Technology

____________________ is the careful investigation and study of data about the target audience's preferences for a product or service.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When the Method attribute is set to GET, the form data is embedded in an HTTP request.

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

Computer Science & Information Technology