Version Information
Version Added: Excel

Remarks

Use the Item method to access a specific page in a workbook. The following example accesses the first page in the active workbook.

Dim objPage As Page Set objPage = ActiveWorkbook.ActiveWindow _ .Panes(1).Pages.Item(1)

See also: