Reports.Remove

Syntax

Reports.Remove( index)

Return Value

Report

Purpose

Removes the specified item from this collection and returns the Report object. The collection must always contain at least one Report object. If the collection contains only one Report object, the Report is not removed until another Report is added to the collection.

Parameters

index As Long

[In] Specifies the zero-based index of the Report object you want to remove.

See Also

Report