Previous Document Next Document
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 code 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 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.