Skip to content

Latest commit

 

History

History
42 lines (19 loc) · 962 Bytes

83748bf7-10a4-1ee7-4eef-4ef8fd38b7da.md

File metadata and controls

42 lines (19 loc) · 962 Bytes

HeadersFooters.Header Property (PowerPoint)

Returns a HeaderFooter object that represents the header that appears at the top of a slide or in the upper-left corner of a notes page, handout, or outline. Read-only.

Syntax

expression. Header

expression A variable that represents a HeadersFooters object.

Return Value

HeaderFooter

Example

This example sets the header text for the handout master for the active presentation. This text will appear in the upper-left corner of the page when you print your presentation as an outline or a handout.

Set myHandHF = Application.ActivePresentation.HandoutMaster _
    .HeadersFooters

myHandHF.Header.Text = "Third Quarter Report"

See also

Concepts

HeadersFooters Object

Other resources

HeadersFooters Object Members