Reports.InsertExisting

Syntax

Reports.InsertExisting( val, index = -1)

Purpose

Inserts back into the collection a report you previously removed using Reports.Remove . The report must not be in another Reports collection.

Parameters

val As Report

[In] Specifies an existing Report object to insert into the collection.

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

Reports

Reports.Remove