Object Model Reference : Classes : W : Workspace : Properties : Workspace.Name |
Property Name As String
Member of Workspace
The Name property returns the name given to a workspace.
The Name property returns a read-only value.
The following VBA example displays a message box with the name of the current workspace.
Sub WorkspaceName() |
MsgBox"Current Workspace: " & ActiveWorkspace.Name |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.