Excel) (XmlMaps 物件
表示已新增至活頁簿的 XmlMap 物件集合。
使用 Add 方法可將 XML 對應新增到活頁簿中。
Sub AddXmlMap()
Dim strSchemaLocation As String
strSchemaLocation = "https://example.microsoft.com/schemas/CustomerData.xsd"
ActiveWorkbook.XmlMaps.Add strSchemaLocation, "Root"
End Sub
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。