clears the HeaderFooter objects in the notes master in the first open presentation: : Slide Master « PowerPoint « VBA / Excel / Access / Word






clears the HeaderFooter objects in the notes master in the first open presentation:

 
Sub header()
    Presentations(1).NotesMaster.HeadersFooters.Clear
End Sub

 








Related examples in the same category

1.Working with the Slide Master
2.To find out whether a presentation has a title master, check the HasTitleMaster property
3.Checks that the title master exists and, if it does, formats the date and time to be visible and to use the dMMMyy format with automatic updating:
4.Working with the Handout Master
5.Deleting a Master
6.Working with Headers and Footers