clears the HeaderFooter objects in the notes master in the first open presentation: : Slide Master « PowerPoint « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- PowerPoint
- Slide Master
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