RC-WinTrans Object Model Help | 
  Workspace.Open
 | 
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: