Opens an existing workspace.

Syntax:

Open( Filename As String )
Parameters: Filename Path and name of the workspace file.

Example:
Dim Workspace As Workspace

Set Workspace = Application.Workspace

Call Workspace.Open("C:\Data\RC-WinTrans\OldWorkspace.rwtworkspace")
Remarks: The currently open workspace will be closed if this method is called.

See also:

Class Workspace


Last Updated: 04/21/04