Working with the Handout Master : Slide Master « PowerPoint « VBA / Excel / Access / Word






Working with the Handout Master

 
Sub background()
    With ActivePresentation.HandoutMaster.Background
        .Fill.ForeColor.RGB = RGB(255, 255, 255)
        .Fill.BackColor.SchemeColor = ppAccent1
        .Fill.UserPicture "d:\n.jpg"
    End With
End Sub

 








Related examples in the same category

1.Working with the Slide Master
2.To find out whether a presentation has a title master, check the HasTitleMaster property
3.Checks that the title master exists and, if it does, formats the date and time to be visible and to use the dMMMyy format with automatic updating:
4.clears the HeaderFooter objects in the notes master in the first open presentation:
5.Deleting a Master
6.Working with Headers and Footers