AppEvents_Event.WorkbookAfterXmlExport Event

Occurs after Microsoft Excel saves or exports data from any open workbook to an XML data file.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Event WorkbookAfterXmlExport As AppEvents_WorkbookAfterXmlExportEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_WorkbookAfterXmlExportEventHandler

AddHandler instance.WorkbookAfterXmlExport, handler
event AppEvents_WorkbookAfterXmlExportEventHandler WorkbookAfterXmlExport

Remarks

Use the AfterXmlExport event if you want to perform an operation after XML data has been exported from a particular workbook.

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.

See Also

Reference

AppEvents_Event Interface

AppEvents_Event Members

Microsoft.Office.Interop.Excel Namespace