Returns the name of the workspace or sets it.

Type Info:

Name As String
Example:
Dim Workspace As Workspace
Dim WorkspaceName As String

Set Workspace = Application.Workspace
WorkspaceName = Workspace.Name
See also:

Class Workspace

Last Updated: 04/21/04