Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.44 KB

Project.Application.EnterpriseProjectImportWizard.md

File metadata and controls

46 lines (27 loc) · 1.44 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.EnterpriseProjectImportWizard method (Project)
vbapj.chm2248
vbapj.chm2248
project-server
Project.Application.EnterpriseProjectImportWizard
0666657f-4352-d7d3-5651-88dc584ea917
06/08/2017
medium

Application.EnterpriseProjectImportWizard method (Project)

Starts the Enterprise Project Import Wizard. Available in Project Professional only.

Syntax

expression. EnterpriseProjectImportWizard( _Name_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Name Optional Variant The file name of a single project that is to be imported by using the wizard.

Return value

Boolean

Remarks

Using the EnterpriseProjectImportWizard method still requires that you click Finish rather than Import More each time the method is used in a macro.

Alternatively, you can use the SaveAs method in conjunction with the EnterpriseResourceGet method to convert team members into enterprise resources. Using the Map argument in the SaveAs method also allows you to specify the import/export map to use when exporting the data.

[!includeSupport and feedback]