Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.ActiveWorkspace


Application.ActiveWorkspace

Property ActiveWorkspace As Workspace

Description

Member of Application

The ActiveWorkspace property returns a read-only reference to the active workspace.

VBA example

The following VBA example displays the name of the active workspace in a message box.

Sub WorkspaceActive()
 MsgBox ActiveWorkspace.Name
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.