Object Model Reference : Classes : A : Application : Methods : Application.ImportWorkspace |
Sub ImportWorkspace(FileName As String)
Member of Application
The ImportWorkspace method imports workspace elements into the current workspace.
Parameter
|
Description
|
FileName
|
Specifies the full path name of the workspace file that is imported into CorelDRAW
|
The following VBA example imports the specified workspace and merges it with the current workspace.
Sub Test() |
ImportWorkspace "C:\Temp\MyToolbar.cwf" |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.