Pages.Remove Method (Outlook Forms Script)

Removes a member from a collection.

Syntax

expression.Remove(varg)

expression A variable that represents a Pages object.

Parameters

Name Required/Optional Data type Description
varg Required Variant A member's position, or index, within a collection. Numeric as well as string values are acceptable. If the value is a number, the minimum value is zero, and the maximum value is one less than the number of members in the collection. If the value is a string, it must correspond to a valid member name.

See also

Pages Object

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.