0

With the below code I am able to load the XML file successfully. But I want to set the total content to a textarea How can i do that

Dim xmlDoc, objNodeList, plot
Set xmlDoc = CreateObject("Msxml2.DOMDocument")
xmlDoc.load("\ReadIT.xml")
'I want to set this xmlDoc total content to a textarea
JimmyPena
  • 8,694
  • 6
  • 43
  • 64

1 Answers1

0

xmlDoc.xml will give you the total xml content of the ReadIT.xml

Exception
  • 8,111
  • 22
  • 85
  • 136