NotesPage Property Example

This example sets the background fill for the notes page for slide one in the active presentation.

With ActivePresentation.Slides(1).NotesPage
    .FollowMasterBackground = False
    .Background.Fill.PresetGradient _
        msoGradientHorizontal, 1, msoGradientLateSunset
End With