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"