Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 991 Bytes

PowerPoint.Presentation.NotesMaster.md

File metadata and controls

49 lines (29 loc) · 991 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Presentation.NotesMaster property (PowerPoint)
vbapp10.chm583009
vbapp10.chm583009
PowerPoint.Presentation.NotesMaster
0889b69b-4c51-82cf-ccc2-ccb211d8a34e
06/08/2017
medium

Presentation.NotesMaster property (PowerPoint)

Returns a Master object that represents the notes master. Read-only.

Syntax

expression. NotesMaster

expression A variable that represents a Presentation object.

Return value

Master

Example

This example sets the header and footer text for the notes master for the active presentation.

With Application.ActivePresentation. NotesMaster.HeadersFooters 
    .Header.Text = "Employee Guidelines" 
    .Footer.Text = "Volcano Coffee" 
End With

See also

Presentation Object

[!includeSupport and feedback]