T
Tonny
I now want to add a custom footer in ppt 2007 using vba. I can
come close using code from a PPT 2003 macro with following code,
............
With ActivePresentation.SlideMaster.HeadersFooters
With .Footer
.Visible = msoTrue
.Text = "my custom text"
End With
.SlideNumber.Visible = msoTrue
.DisplayOnTitleSlide = msoFalse
End With
but the "applytoall
slides" part in the 2003 code doesn't work in PPT 2007 . The footer can't be
add to the new created one.
come close using code from a PPT 2003 macro with following code,
............
With ActivePresentation.SlideMaster.HeadersFooters
With .Footer
.Visible = msoTrue
.Text = "my custom text"
End With
.SlideNumber.Visible = msoTrue
.DisplayOnTitleSlide = msoFalse
End With
but the "applytoall
slides" part in the 2003 code doesn't work in PPT 2007 . The footer can't be
add to the new created one.