4
可能重複:
How can I send an HTTP POST request to a server from Excel using VBA?getHTTP(excel)VBA?
我在尋找一個Excel VBA宏得到一個網頁的HTML代碼串查詢。 我發現getHTTPrequest有一些源,但我無法註冊.net framwork system.dll或鏈接它。
任何新手友好的片段呢? ;-) 謝謝!
可能重複:
How can I send an HTTP POST request to a server from Excel using VBA?getHTTP(excel)VBA?
我在尋找一個Excel VBA宏得到一個網頁的HTML代碼串查詢。 我發現getHTTPrequest有一些源,但我無法註冊.net framwork system.dll或鏈接它。
任何新手友好的片段呢? ;-) 謝謝!
足夠關閉:How can I send an HTTP POST request to a server from Excel using VBA? —它甚至爲Excel ;-)
只需使用一個GET請求來代替:
objHTTP.Open "GET", URL, False
MSDN:Using the WinHttpRequest COM Object - Retrieving Data Using Visual Basic