Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1 KB

Excel.XmlMaps.md

File metadata and controls

48 lines (33 loc) · 1 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
XmlMaps object (Excel)
vbaxl10.chm755072
vbaxl10.chm755072
Excel.XmlMaps
0cb16ec8-1120-0da3-508b-c1c9b0aa1701
04/03/2019
medium

XmlMaps object (Excel)

Represents the collection of XmlMap objects that have been added to a workbook.

Example

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

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

Methods

Properties

See also

[!includeSupport and feedback]