In Microsoft Excel, the Print Titles button is found on the _________ tab.
A. Design
B. Review
C. View
D. Page Layout

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

Page Layout

Rationale: To access the Print Titles button, on the Page Layout tab, in the Page Setup group, click the Print Titles button. The Page Setup dialog box opens with the Sheet tab selected. See 15-8: Formatting a Worksheet for Printing

Computer Science & Information Technology

You might also like to view...

What happens after line 4 is run?

``` 1 string s = “math is fun!”; 2 int f = s.at(0) 3 int t = s.size(); 4 int n = s.at(5); 5 int y = s.at(s.5); ``` A. The value of y is space. B. The value of y is i. C. The program will not compile. D. The program crashes when it runs.

Computer Science & Information Technology

How can you make Snippets import at their original location?

What will be an ideal response?

Computer Science & Information Technology