Skip to main content

Workbook.AfterXmlExport event

Occurs after Microsoft Excel saves or exports XML data from the specified workbook.

Syntax

expression.AfterXmlExport (MapUrlResult)

expression A variable that represents a Workbook object.

Parameters

Name Required/Optional Data type Description
Map Required XmlMap The schema map that was used to save or export data.
Url Required String The location of the XML file that was exported.
Result Required XlXmlExportResult Indicates the results of the save or export operation.

Return value

Nothing

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>