Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I have an saved internet explorer file , here my requirement is i need extract some particular data from IE file to an excel sheet using Excel VBA Macros. I am new to this vb script and excel, I searched in google but I dont get any idea of doing in excel macros.

Any help is greatly appreciated.

Thank you.

Sathish.
Posted
Updated 26-Sep-11 0:21am
v2

1 solution

By "I have an saved internet explorer file", do you mean you now have a .html file? If so, you should be able to use the DOM to decipher the content. Look up XMLDocument and its usage.
HTH
 
Share this answer
 
Comments
sathish nagulan 27-Sep-11 9:42am    
Yes, its an .html file
sathish nagulan 28-Sep-11 6:45am    
can you please give me a code in excel vba
ChandraRam 28-Sep-11 6:47am    
Google for XMLDocument and DOM. You should find quite a few samples there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900