property Pages.Item (Index as Variant) as Page
Returns a specific Page of the Pages collection.

TypeDescription
Index as Variant A long expression that indicates index of page being accessed, a string expression that indicates the page's key or page's caption being searched.
Page A Page object being returned.

The Item property is the default property for Pages object, so expressions like Pages.Item(x) and Pages(x)  are equivalents. If the Pages collection contains multiple objects with the same key or caption, the first found is returned when passing a string to Index parameter. It is recommended using unique keys for the pages.