Setting the Text in a Header or Footer : PowerPoint Format « PowerPoint « VBA / Excel / Access / Word






Setting the Text in a Header or Footer

 
Sub footerText()
    ActivePresentation.Slides(5).HeadersFooters.Footer.Text = "Confidential"
End Sub

 








Related examples in the same category

1.Check font size
2.PowerPoint format ppSaveAsPresentation
3.Applying a Background to One or More Slides
4.Applying a Color Scheme to a Slide
5.Displaying or Hiding a Header or Footer Object
6.Setting the Format for Date and Time Headers and Footers
7.Standardizing All the Headers and Footers in a Presentation