PageSetup.DifferentFirstPageHeaderFooter Property
Word Developer Reference |
True if a different header or footer is used on the first page. Can be True, False, or wdUndefined. Read/write Long.
Syntax
expression.DifferentFirstPageHeaderFooter
expression An expression that returns a PageSetup object.
Example
This example checks each section in the active document for headers and footers that are different on the first page and displays a message if any are found.
Visual Basic for Applications |
---|
|
See Also