Sections.PageSetup Property

Word Developer Reference

Returns a PageSetup object that's associated with the specified document, range, section, sections, or selection.

Syntax

expression.PageSetup

expression   A variable that represents a Sections collection.

Example

This example sets the gutter for the first section in Summary.doc to 36 points (0.5 inch).

Visual Basic for Applications
  Documents("Summary.doc").Sections(1).PageSetup.Gutter = 36

See Also