This topic has not yet been rated - Rate this topic

Workbook.BeforeXmlExport Event

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

Syntax

expression.BeforeXmlExport(Map, Url, Cancel)

expression   A variable that represents a Workbook object.

Parameters

NameRequired/OptionalData TypeDescription
MapRequiredXmlMapThe XML map that will be used to save or export data.
UrlRequiredStringThe location where you want to export the resulting XML file.
CancelRequiredBooleanSet to True to cancel the save or export operation

Return Value
Nothing

Remarks

This event will not occur when you are saving to the XML Spreadsheet file format.




Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.