I am using below mentioned code for data extraction,this code is working fine for me when java scripts are disabled in Internet Explorer but when i enable scripts then Memory utilization is very high and increase after each url extraction.Suggestion require so that system will use very low memory.I use following code i.e set ie=nothing or ie.refresh2 but still same issue.
Ie.navigate url1234
Do While Ie.ReadyState <> 4 Or _
Ie.Busy = True
DoEvents
Loop
Set html = Ie.Document
html1 = html.body.innerHTML