Application WorkbookAfterXmlImport Event

Purpose

Occurs after an existing XML data connection is refreshed, or new XML data is imported into any open Microsoft Excel workbook.

Syntax

WorkbookAfterXmlImport(Wb, Map, IsRefresh, Result)

Required Parameters

Wb

The target workbook.

Map

The XML map that was used to import data.

IsRefresh

True if the event was triggered by refreshing an existing connection to XML data, False if a new mapping was created.

Result

Indicates the results of the refresh or import operation.