I have a code with which I can parse a file of around 1MB. However I am looking to parse an xml file of about 128MB.
Below is my code
Code:
Dim xml_doc As New DOMDocument Dim brtn As Boolean Dim xnode As IXMLDOMElement Dim snode As IXMLDOMElement Dim intr As Long Dim tmp As Long Sheet1.Cells.Clear