XmlMap.Export Method (Excel)
Exports the contents of cells mapped to the specified XmlMap object to an XML data file.
Syntax
식 .Export(Url, Overwrite)
식 An expression that returns an XmlMap object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Url |
필수 |
String |
The path and file name of the XML data file to export to. |
Overwrite |
선택 |
Variant |
Set to True to overwrite the file specified in the URL parameter if the file exists. The default value is False. |
Return Value
An XlXmlExportResult value that indicates the result of the method.
Remarks
Use the ExportXml method to export the contents of the mapped cells to a String variable.