Displaying or Hiding a Header or Footer Object : PowerPoint Format « PowerPoint « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- PowerPoint
- PowerPoint Format
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