title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
XmlMaps object (Excel) |
vbaxl10.chm755072 |
|
|
0cb16ec8-1120-0da3-508b-c1c9b0aa1701 |
04/03/2019 |
medium |
Represents the collection of XmlMap objects that have been added to a workbook.
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
[!includeSupport and feedback]