Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.ActivePage


Application.ActivePage

Property ActivePage As Page

Description

Member of Application

The ActivePage property returns the active page in the active document.

The ActivePage property returns a read-only value.

VBA example

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

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.