XL: Setting Print Area and Print Titles on Worksheet

Last reviewed: May 14, 1997
Article ID: Q121401
The information in this article applies to:
  • Microsoft Excel for Windows, versions 5.0, 5.0c
  • Microsoft Excel for Windows 95, version 7.0
  • Microsoft Excel 97 for Windows

SUMMARY

The following information describes different methods that you can use in Microsoft Excel to set a print title and a print area on your worksheet.

MORE INFORMATION

Print Area Menu Item

In Microsoft Excel versions 7.0 and 97, there is a "Print Area" menu item on the File menu. To set the print area on your worksheet using the "Print Area" menu item, do the following:

  1. Select the range of cells you want set as your print area.

  2. On the File menu point to Print Area and then click "Set Print Area."

NOTE: You can clear an existing print area by repeating Step 2, except click "Clear Print Area" instead.

Page Setup

You can use the Sheet tab of the Page Setup dialog box to set either a print area or a print title on your worksheet. To display the Page Setup dialog box, click Page Setup on the File menu.

NOTE: Although you can access the Page Setup dialog box by clicking the Setup button in Print Preview, you cannot enter a print area or print title using this method.

Use the following steps to set the print area or print title:

  1. In the Page Setup dialog box, click the Sheet tab.

  2. In the Print Area box, enter the reference of the cells you want to use as your print area, such as $A$1:$D$6.

  3. Under Print Titles, in the "Rows to repeat at top" box, enter the reference to the row(s) that you want to set as a title, such as $5:$5.

  4. In the "Columns to repeat at left" box, enter the reference to the column(s) that you want to set as a title, such as $D:$D.

  5. Click OK.

NOTE: You can click in the "Print area", "Rows to repeat at top", or "Columns to repeat at left" boxes and select cells in the worksheet to set the print area or row/column titles. You can also enter defined names in these boxes.

Set Print Area Button

By default, the "Set Print Area" toolbar button is not on the Standard toolbar. However, you can add the "Set Print Area" button to any existing toolbar, or create a custom toolbar that contains this button. This button allows you to set the selected cells on your worksheet as the print area.

To add the "Set Print Area" toolbar button to an existing toolbar, do the following:

Microsoft Excel 97

  1. On the View menu, point to Toolbars and then click Customize.

  2. In the Customize dialog box, click the Commands tab.

  3. On the Commands tab, click File in the list of Categories.

  4. In the list of Commands, scroll down until you see "Set Print Area".

  5. Drag this command onto any currently visible toolbar.

  6. Click Close.

Microsoft Excel versions 5.0 and 7.0

  1. On the View menu, click Toolbars.

  2. Click Customize.

  3. In the Categories list, select File.

The "Set Print Area" button is the fifth button in the first row of the toolbar buttons displayed in the "Buttons" section of the Customize dialog box.

  1. Drag this button to any visible toolbar, or to an open area on your worksheet to create a custom toolbar that contains this button.

  2. Click Close.

To set a print area using this button, select the cells on the worksheet that you want to set as the print area, and then click the "Set Print Area" button.

To clear a print area using this button, select the entire worksheet by clicking the select-all button (at the intersection of the row and column headings) or press CTRL+SHIFT+SPACEBAR and then click the "Set Print Area" button.

Set Print Titles Dialog Box

Microsoft provides examples of Visual Basic for Applications procedures for illustration only, without warranty either expressed or implied, including, but not limited to the implied warranties of merchantability and/or fitness for a particular purpose. The Visual Basic procedures in this article are provided 'as is' and Microsoft does not guarantee that they can be used in all situations. While Microsoft support engineers can help explain the functionality of a particular macro, they will not modify these examples to provide added functionality, nor will they help you construct macros to meet your specific needs. If you have limited programming experience, you may want to consult one of the Microsoft Solution Providers. Solution Providers offer a wide range of fee-based services, including creating custom macros. For more information about Microsoft Solution Providers, call Microsoft Customer Information Service at (800) 426-9400.

You can use the following Visual Basic procedure to display the Set Print Titles dialog box:

   Sub Set_Print_Titles()
      Application.Dialogs(xlDialogSetPrintTitles).Show
   End Sub

When you run this macro, the "Set Print Titles" dialog box appears. You can then enter or select ranges for either "Titles for columns" or "Titles for rows", or both.

NOTE: You can assign this procedure to a toolbar button for quick access.

Print Dialog Box Option to Print Selection

You can also print a selection of cells on a worksheet without setting a specific print area. To use this method, do the following:

  1. Select the cells on the worksheet that you want to print.

  2. On the File menu, click Print.

  3. Under "Print What", select Selection.

  4. Click OK.

For additional information, please see the following articles in the Microsoft Knowledge Base:

   ARTICLE-ID: Q109192
   TITLE     : XL AppNOTE: Printing Questions and Answers (XE0924)

   ARTICLE-ID: Q105817
   TITLE     : XL: Defined Names for Print Area or Titles May Not Be
               Dynamic

   ARTICLE-ID: Q117799
   TITLE     : XL: Print Titles Do Not Appear on Every Page of Output

   ARTICLE-ID: Q105203
   TITLE     : XL: Print Selection Does Not Ignore Print Titles

   ARTICLE-ID: Q106251
   TITLE     : XL: Print Area and Print Titles Boxes Empty in Print
               Preview

REFERENCES

For more information about the Set Print Area Button or Specifying An Area Of A Worksheet To Print, click the Search button in Help and type:

   print area


Additional query words: 7.00 5.00 5.00c howto 8.00 97
Keywords : xlprint xlui kbcode kbhowto kbprg kbprint
Version : 5.00 5.00c 7.00 97
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.