Plates.Add method (Publisher)

Adds a new color plate to the specified Plates object.

Syntax

expression.Add (PlateColor)

expression A variable that represents a Plates object.

Parameters

Name Required/Optional Data type Description
PlateColor Optional ColorFormat The color settings to apply to the new plate.

Remarks

If the ColorMode property of the specified publication is not pbColorModeSpot or pbColorModeSpotAndProcess, an error occurs.

Example

The following example adds a color plate to the active publication if it is a spot-color publication.

If ActiveDocument.ColorMode = pbColorModeSpot Then 
 ActiveDocument.Plates.Add 
End If

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.