title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Workbook.BeforeXmlExport event (Excel) |
vbaxl10.chm503099 |
|
|
ee2af5de-e52f-9434-aa7c-5dc9bb102d1b |
05/29/2019 |
medium |
Occurs before Microsoft Excel saves or exports XML data from the specified workbook.
expression.BeforeXmlExport (Map, Url, Cancel)
expression A variable that represents a Workbook object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Map | Required | XmlMap | The XML map that is used to save or export data. |
Url | Required | String | The location where you want to export the resulting XML file. |
Cancel | Required | Boolean | Set to True to cancel the save or export operation. |
Nothing
This event does not occur when you are saving to the XML Spreadsheet file format.
[!includeSupport and feedback]