Skip to main content

XmlMap object

Table of contents
  1. Remarks

Represents an XML map that has been added to a workbook.

Remarks

Use the Add method of the XmlMaps collection to add an XML map to a workbook.

Use the Import method to import XML data from an XML data file into cells mapped to the specified XmlMap. The ImportXml method imports XML data for a String variable.

Use the Export method to export data from cells mapped to the specified XmlMap. The ExportXml method exports XML data to a String variable.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>