Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.06 KB

Access.ImportExportSpecifications.Add.md

File metadata and controls

40 lines (24 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ImportExportSpecifications.Add method (Access)
vbaac10.chm13341
vbaac10.chm13341
Access.ImportExportSpecifications.Add
c048c45f-15e9-6347-b953-c9a5702d2bc5
03/21/2019
medium

ImportExportSpecifications.Add method (Access)

Adds a new ImportExportSpecification object to the ImportExportSpecifications collection.

Syntax

expression.Add (Name, SpecificationDefinition)

expression A variable that represents an ImportExportSpecifications object.

Parameters

Name Required/Optional Data type Description
Name Required String The name to use for the ImportExportSpecification.
SpecificationDefinition Required String The XML markup that represents the settings to save for the import or export operation.

Return value

ImportExportSpecification

[!includeSupport and feedback]