Syntax

expression.RepeatItemsOnEachPrintedPage

expression A variable that represents a PivotTable object.

Remarks

Microsoft Excel prints row and column labels in place of any print titles set for the worksheet. Use the property to determine whether print titles are set for the PivotTable report.

Example

This example sets Microsoft Excel to repeat the labels on each page when the fourth PivotTable report on the active worksheet is printed.

Visual Basic for Applications
ActiveSheet.PivotTables("PivotTable4") _ .RepeatItemsOnEachPrintedPage = True
repeat repeat items on each printed page Repeat Items On Each Printed Page Property repeatitems repeatitemson repeatitemsoneach repeatitemsoneachprinted RepeatItemsOnEachPrintedPage RepeatItemsOnEachPrintedPage Property

See also: