Reports.Insert

Syntax

Reports.Insert( index = -1)

Return Value

Report

Purpose

Adds a new item to the collection and returns the Report object.

Parameters

index As Long

[In] Specifies the zero-based index of the location in the collection where you want to insert the Report object. Pass -1 to insert the Report object at the end of the collection.

This parameter has a default value of -1 .

See Also

Report