Previous Document Next Document

Object Model Reference : Classes : W : Workspace : Properties : Workspace.Name


Workspace.Name

Property Name As String

Description

Member of Workspace

The Name property returns the name given to a workspace.

The Name property returns a read-only value.

VBA example

The following VBA example displays a message box with the name of the current workspace.

Sub WorkspaceName()
 MsgBox"Current Workspace: " & ActiveWorkspace.Name
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.