View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jothi Venkatachalam Jothi Venkatachalam is offline
external usenet poster
 
Posts: 1
Default VBA code to get the Html code from the IE

Hi All,
Please help me in getting the html source code of the existing web page in
the desktop. I need to get the html source code into a string variable.

Step 1: Need to get the instance or a object of an IE (which has the html
code in it)
Step 2: Need to get the html code into a string or a HTML parser


Thanks a lot in advance,
Jothi Venkatachalam