Pages.Add method (Outlook)
Creates a new page in the Pages collection.
Syntax
expression.Add _Name_
expression A variable that represents a Pages object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Name | Required | String | The name of the page. |
Return value
A Page object that represents the new page.
Remarks
The Pages collection is initially empty, and there is a limit of 5 customizable pages per collection.
See also
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.