PageSetup Property

Applies To

Chart Object, DialogSheet Object, Module Object, Window Object, Worksheet Object.

Description

Accessor. Returns a PageSetup object that contains all of the page setup settings for the specified object. Read-only.

Example

This example sets the center header text for Chart1.


Charts("Chart1").PageSetup.CenterHeader = "December Sales"