Presentation.NotesMaster (PowerPoint)

Returns a Master object that represents the notes master.


With Application.ActivePresentation. NotesMaster.HeadersFooters 
    .Header.Text = "Employee Guidelines" 
    .Footer.Text = "Volcano Coffee" 
End With