Previous Document Next Document
Workspace.Activate

Sub Activate()

Member of Workspace

The Activate method makes a workspace the current workspace.

The following code example sets the last workspace in the collection as the current workspace:

Sub Test() 
 Workspaces.Item(Workspaces.Count).Activate 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.