How do you open the Styles task pane?

A. Click the launcher in the Styles group.
B. Click the Formatting button in the Font group.
C. Click the Styles button in the Styles group.
D. Click the Modify Styles button in the Styles gallery.

Answer: A

Computer Science & Information Technology

You might also like to view...

The actual cells that ________ macro references will affect are not determined until the macro is run

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

Computer Science & Information Technology

Which initialization is not performed by the following definition?

int b[2][2] = {{1}, {3, 4}}; a)b[0][0] is set to 1 b) b[0][1] is set to 1 c) b[1][0] is set to 3 d) b[1][1] is set to 4

Computer Science & Information Technology