Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.02 KB

Excel.Workbook.AfterXmlExport.md

File metadata and controls

41 lines (25 loc) · 1.02 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.AfterXmlExport event (Excel)
vbaxl10.chm503100
vbaxl10.chm503100
Excel.Workbook.AfterXmlExport
fe1e0a53-9f4e-ac88-58f7-fe420e57cabd
05/25/2019
medium

Workbook.AfterXmlExport event (Excel)

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

Syntax

expression.AfterXmlExport (Map, Url, Result)

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

[!includeSupport and feedback]