title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.WorkbookBeforeXmlExport event (Excel) |
vbaxl10.chm504100 |
|
|
2c228d28-2d42-40b0-ee36-214bc720d78a |
04/05/2019 |
medium |
Occurs before Microsoft Excel saves or exports XML data from the specified workbook.
expression.WorkbookBeforeXmlExport (Wb, Map, Url, Cancel)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Wb | Required | Workbook | The target workbook. |
Map | Required | XmlMap | The XML map that will be used to save or export data. |
Url | Required | String | The location of the XML file to be exported. |
Cancel | Required | Boolean | Set to True to cancel the save or export operation. |
Nothing
Use the BeforeXmlExport event of the Workbook object if you want to capture XML data that is being exported or saved from a particular workbook.
[!includeSupport and feedback]