Object Model Reference : Classes : W : Workspace : Methods : Workspace.Activate |
Sub Activate()
Member of Workspace
The Activate method makes a workspace the current one.
The following VBA example sets the last workspace in the collection as the current workspace.
Sub Test() |
Workspaces.Item(Workspaces.Count).Activate |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.