Presentation.HandoutMaster Property

PowerPoint Developer Reference

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

Syntax

expression.HandoutMaster

expression   A variable that represents a Presentation object.

Return Value
Master

Example

This example sets the background pattern on the handout master in the active presentation.

Visual Basic for Applications
  Application.ActivePresentation.HandoutMaster.Background.Fill _
    .Patterned msoPatternDarkHorizontal

See Also