Saturday 15 June 2013

Import html using Excel VBA -



Import html using Excel VBA -

i'd import html code of website file using excel vba. how realize this? give thanks in advance.

dim response string dim httpreq object set httpreq = createobject("winhttp.httprequest.5.1") httpreq.open "get", "http://google.com", false httpreq.send response = httpreq.responsetext

html excel-vba

No comments:

Post a Comment