WebPageOptions.Description property (Publisher)
Returns or sets a String that represents the description of a webpage within a web publication. Read/write.
Syntax
expression.Description
expression A variable that represents a WebPageOptions object.
Example
This example sets the description for page two of the active web publication.
Dim theWPO As WebPageOptions
Set theWPO = ActiveDocument.Pages(2).WebPageOptions
With theWPO
.Description = "Company Profile"
End With
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.