BeforeXmlImport Event [Excel 2003 VBA Language Reference]

Note  XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

Occurs before an existing XML data connection is refreshed or before new XML data is imported into a Microsoft Excel workbook.

expression.BeforeXmlImport(Map, Url, IsRefresh, Cancel)

expression Required. An expression that returns one of the objects in the Applies To list.

Map   Required XmlMap object. The XML map that will be used to import data.

Url   Required String. The location of the XML file to be imported.

IsRefresh   Required Boolean. True if the event was triggered by refreshing an existing connection to XML data; False if the event was triggered by importing from a different data source.

Cancel   Required Boolean. Set to True to cancel the import or refresh operation.

Applies to | Workbook Object