title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Workbook.AfterXmlExport event (Excel) |
vbaxl10.chm503100 |
|
|
fe1e0a53-9f4e-ac88-58f7-fe420e57cabd |
05/25/2019 |
medium |
Occurs after Microsoft Excel saves or exports XML data from the specified workbook.
expression.AfterXmlExport (Map, Url, Result)
expression A variable that represents a Workbook object.
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. |
Nothing
[!includeSupport and feedback]