Object Model Reference : Classes : P : Page : Properties : Page.Name |
Property Name As String
Member of Page
The Name property returns or specifies the name of a page.
The following VBA example displays the name of the active page.
Sub Test() |
MsgBox "Current Page: " & ActivePage.Name |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.