Previous Document Next Document

Object Model Reference : Classes : P : Page : Properties : Page.Name


Page.Name

Property Name As String

Description

Member of Page

The Name property returns or specifies the name of a page.

VBA example

The following VBA example displays the name of the active page.

Sub Test()
 MsgBox "Current Page: " & ActivePage.Name
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.