Working with Headers and Footers : Slide Master « PowerPoint « VBA / Excel / Access / Word






Working with Headers and Footers

 
Sub footer()
    ActivePresentation.SlideMaster.HeadersFooters.Footer.Text = "text"
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.clears the HeaderFooter objects in the notes master in the first open presentation:
6.Deleting a Master