Object Model Reference : Classes : W : Window : Properties : Window.Page |
Property Page As Object
Member of Window
The Page property returns a read-only reference to the active page of a window.
The following VBA example displays the name of the current page in the active window.
Sub Test() |
MsgBox "The name of the current window's page is: " & ActiveWindow.Page.Name |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.