Reports.Insert
- Updated2025-04-09
- 1 minute(s) read
Reports.Insert
Syntax
Reports.Insert( index = -1)
Return Value
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 .