Previous Document Next Document
Page.Activate

Sub Activate()

Member of Page

The Activate method makes the specified page active.

The following code example activates the first page and displays it on the screen:

Sub Test() 
 ActiveDocument.Pages(1).Activate 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.