Getting Data of HTML page

Hi everyone,

Please help me out reading a certain html page and import the details to an excel sheet... Is it also possible for me to pass on a value to an html

Thanks,

music_at_ulan



Answer this question

Getting Data of HTML page

  • Bhaskar Sarma

    Hi

    Did you try

    CreateObject("MSXML2.XMLHTTP")

    You can open an url with open function and retrieve its contents



  • rokohl

    Can you please post sample code for me thanks.
  • Getting Data of HTML page