Application.OpenProject Method

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference > Application Object > Methods >

Application.OpenProject Method

Previous pageReturn to chapter overviewNext page

Opens a project as defined in specified xml file.

 

Syntax

expression.OpenProject(file name)

expression. A variable representing an Application object.

 

Parameters

Name

Type

Description

file name

String

Path and file name of the project file. (File extension is '.xml').

 

Return Value

none

 

Remarks

If another project is active it will be closed first.