Previous Document Next Document

Object Model Reference : Classes : A : Application : Methods : Application.ImportWorkspace


Application.ImportWorkspace

Sub ImportWorkspace(FileName As String)

Description

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

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.