Remarks

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.

Example

Use the method to add an XML map to a workbook.

Visual Basic for Applications
Sub AddXmlMap() Dim strSchemaLocation As String strSchemaLocation = "http://example.microsoft.com/schemas/CustomerData.xsd" ActiveWorkbook.XmlMaps.Add strSchemaLocation, "Root" End Sub

See also: