PageSetup Property From Microsoft Excel Visual Basic previous page next page Returns a PageSetup object that contains all the page setup settings for the specified object. Read-only.ExampleThis example sets the center header text for Chart1.Charts("Chart1").PageSetup.CenterHeader = "December Sales"