0
我正在尋找填充xmlnodelist的替代方法。用於填充xmlnodelist的GetElementsByTagName替代
因爲GetElementsByTagName函數只能用於一個「搜索條件」。 我想在這個節點列表中添加標籤「A」和標籤B在一個節點列表中。 下面的代碼不正確,因爲它只能用於一個標記名。 任何人有任何想法?也許有循環功能?
Src = filename xmldoc.async = False xmldoc.Load (src) Set oNodeList = xmldoc.getElementsByTagName("A")
同時要求在VBAExpress http://www.vbaexpress.com/forum/showthread.php?54589-Alternative-for-GetElementsByTagName-for-filling-a-xmlnodelist –