Previous Document Next Document
Page.Name

Property Name As String

Member of Page

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

The following code 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 2007 Corel Corporation. All rights reserved.