Object Model Reference : Classes : A : Application : Properties : Application.ActiveWorkspace |
Property ActiveWorkspace As Workspace
Member of Application
The ActiveWorkspace property returns a read-only reference to the active workspace.
The following VBA example displays the name of the active workspace in a message box.
Sub WorkspaceActive() |
MsgBox ActiveWorkspace.Name |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.