Object Model Reference : Classes : A : Application : Properties : Application.ActivePage |
Property ActivePage As Page
Member of Application
The ActivePage property returns the active page in the active document.
The ActivePage property returns a read-only value.
The following VBA example changes the background color of the current page in the active document to red.
Sub PageActive() |
ActivePage.Color.RGBAssign 255, 0, 0 |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.