2. How to edit footer on Slide Master
I have PP 2007. I have a PP 2003 presentation with old footers on it that I open in PP 2007. I want to edit the footers. But when I click View>Slide Master, I find no way to access the footer to edit it. I tried checking the Footers box in the Master Layout group, but it wouldn't take the click. The help menu was no help when I searched "edit footer." Thanks in advance for any help.
3. footers, slide master, slides, viewing footer text on slides
4. PPT 2007 VBA - How to have a change to footer in slide master apply to all slides?
I have a large PPT 2007 presentation that was put together without
using a master. I now want to add a custom footer using vba. I can
come close using code from a PPT 2003 macro, but the "apply to all
slides" part in the 2003 code doesn't work in PPT 2007. Here is the
2003 code that comes close:
If ActivePresentation.HasTitleMaster Then
With ActivePresentation.TitleMaster.HeadersFooters
With .DateAndTime
.Format = ppDateTimeMdyy
.Text = "CONFIDENTIAL"
.UseFormat = msoFalse
.Visible = msoTrue
End With
With .Footer
.Text = "my custom text"
.Visible = msoTrue
End With
.SlideNumber.Visible = msoTrue
End With
End If
With ActivePresentation.SlideMaster.HeadersFooters
With .DateAndTime
.Format = ppDateTimeMdyy
.Text = "CONFIDENTIAL"
.UseFormat = msoFalse
.Visible = msoTrue
End With
With .Footer
.Text = "my custom text"
.Visible = msoTrue
End With
.SlideNumber.Visible = msoTrue
.DisplayOnTitleSlide = msoFalse
End With
With ActivePresentation.Slides.Range.HeadersFooters
With .DateAndTime
.Format = ppDateTimeMdyy
.Text = "CONFIDENTIAL"
.UseFormat = msoFalse
.Visible = msoTrue
End With
With .Footer
.Text = "my custom text"
.Visible = msoTrue
End With
.SlideNumber.Visible = msoTrue
End With
It is that last chunk of code that should do the work of applying the
edits made to Title Master and Slide Master to all the slides.
Unfortunately, the first line of that chunk generates an error in PPT
2007.
Can someone please let me know what the correct object syntax would
be?
Thanks.
5. PPT 2007 VBA - How to have a change to footer in slide master apply to all slides?
6. Ppnt 07 Header & Footer dialog box/Notes Master & Handout master
Scenario in new blank Ppnt 07 presentation: Insert tab, Header & Footer, Notes & Handouts tab - I enter some text for the header and footer, select the date format etc. I then go to the Handout master and edit the header and/or footer text directly in the placeholders. When I check the results in Print Preview, the edited text has come through OK. I then go to the Note master and edit the header and/or footer text directly in the placeholders. The results in Print Preview (and the actual printed copy) start to become inconsistent at this point - for example, the preview sometimes shows the original header/footer after editing the master and EVEN after switching off the header/ footer placeholder in the master! Question: is it best to avoid editing text in the Master placeholders, and use only the Header & Footer dialog box instead, and just use the master placeholders for FORMATTING text? Question: Is the confusion arising because the Header & Footer d.box has a joint 'Notes and Handouts' tab, but a separate Notes master and Handouts master? Question: If anyone has time to 'have a play' with this and let me know if they too get inconsistent results I would be very grateful to hear of it. I am preparing some instructions on the most reliable way to create, edit and format header and footer text in the Notes Master and the Handout Master. Thanks! -- Teresa
How come when I change my Master Slide Footer Text, it doesn't apply to the all the slides under it? I have clicked on Apply to All Slides under the Footer/Header Tab.