Previous Document Next Document
Layer.Activate

Sub Activate()

Member of Layer

The Activate method activates a layer, making it the active layer.

The following code example activates the layer named Layer 1 in the active page:

Sub Test() 
 ActivePage.Layers("Layer 1").Activate 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.