Previous Document Next Document
Application.ImportWorkspace

Sub ImportWorkspace(FileName As String)

Member of Application

The ImportWorkspace method imports workspace elements into the current workspace.

Parameters
Description
FileName
Identifies the full path name of the workspace file that is imported to CorelDRAW

The following code example imports the specified workspace and merges it with the current workspace.

Sub Test() 
 ImportWorkspace "C:\Temp\MyToolbar.cwf" 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.