AppEvents_Event.WorkbookBeforeXmlImport Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs before an existing XML data connection is refreshed or new XML data is imported into any open Microsoft Excel workbook.
public:
event Microsoft::Office::Interop::Excel::AppEvents_WorkbookBeforeXmlImportEventHandler ^ WorkbookBeforeXmlImport;
event Microsoft.Office.Interop.Excel.AppEvents_WorkbookBeforeXmlImportEventHandler WorkbookBeforeXmlImport;
Event WorkbookBeforeXmlImport As AppEvents_WorkbookBeforeXmlImportEventHandler
Event Type
Remarks
Use the BeforeXmlImport event if you want to capture XML data that is being imported or refreshed to 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.