All of the following statements are TRUE regarding collaboration EXCEPT:
A) Collaboration allows workbooks to be shared among different users and then merged together for a final product.
B) All features, such as merged cells and conditional formats, are available and can be changed even once the workbook is shared.
C) When a workbook is shared, you can save additional copies of your workbook for distribution to other users.
D) Each user has their own settings, or custom view, saved of the workbook that allows you to save print settings and any filters you may have created.
Answer: B
You might also like to view...
SETA is short for which of the following?
A) Security Education, Training, and Awareness B) Social Education, Training, and Application C) Security Education, Training, and Application D) Social Education, Training, and Awareness
What will be output from the following code:
``` public void test 2 ( ) { for ( int x = 0 ; x < 1 0 ; x = x + 2) { System . out . println ( x ) ; } } ```