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