Application WorkbookBeforeXmlExport Event

Purpose

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

Syntax

WorkbookBeforeXmlExport(Wb, Map, Url, Cancel)

Required Parameters

Wb

The target workbook.

Map

The XML map that will be used to save or export data.

Url

The location of the XML file to be exported.

Cancel

Set to True to cancel the save or export operation.