Application.EnterpriseProjectImportWizard Method
Project Developer Reference |
Starts the Enterprise Project Import Wizard.
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.
This method is available only in Microsoft Office Project 2007 and in Microsoft Office Project Professional 2003.
See Also