Getting HTML Source with Excel-VBA
问题 I would like to direct an excel VBA form to certain URLs, get the HTML source and store that resource in a string. Is this possible, and if so, how do I do it? 回答1: Just an addition to the above response. The question was how to get the HTML source which the stated answer does not actually provide. Compare the contents of oXMLHTTP.responseText with the source code in a browser for URL "http://finance.yahoo.com/q/op?s=T+Options". They do not match and even the returned values are different.