Slide.NotesPage (PowerPoint)

Returns a SlideRange object that represents the notes pages for the specified slide or range of slides.

The NotesPage property returns the notes page for either a single slide or a range of slides and allows you to make changes only to those notes pages. If you want to make changes that affect all notes pages, use the NotesMaster property to return the Slide object that represents the notes master.


Dim sreNotesPage As SlideRange
Set sreNotesPage = ActivePresentation.Slides.Range(1).NotesPage