Syntax

expression.WorkbookBeforeXmlExport(Wb, Map, Url, Cancel)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Wb Required The target workbook.
Map Required 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.

Return Value
Nothing

Remarks

Use the event if you want to capture XML data that is being exported or saved from a particular workbook.workbook workbook before xml export workbookbefore workbookbeforexml workbookbeforexmlexport workbookbeforexmlexport event

See also: