Dim xml As DOMDocumentPrivate Sub Command1_Click()
Set xml = New DOMDocumentCall xml.Load(App.Path & "gb2312.xml")Dim root As IXMLDOMElement
Set root = xml.documentElementDim node As IXMLDOMNode
For Each node In root.childNodes
   Debug.Print node.Text
NextEnd Sub
root.childNodes
对象或with块变量未设置