Displaying or Hiding a Header or Footer Object : PowerPoint Format « PowerPoint « VBA / Excel / Access / Word






Displaying or Hiding a Header or Footer Object

 
Sub footerV()
    ActivePresentation.Slides(5).HeadersFooters.Footer.Visible = msoFalse
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.Setting the Text in a Header or Footer
6.Setting the Format for Date and Time Headers and Footers
7.Standardizing All the Headers and Footers in a Presentation