msxml2.xmlhttp

  1. M

    Excel VBA Dowload Sharepoint File MSXML2.XMLHTTP.6.0 ResponseBody Error

    I am trying to use VBA to download a file from SharePoint to my local drive. I am having 3 reated problems I cannot figure out ... In the code below, strOBJ can be one of 5 string values. 1. The first 3 cases, the application worked for me but other users consistently get an access error...
  2. mohsinbipu

    Login into facebook and publish a post using MSXML2.XMLHTTP with VBA

    I am trying to learn MSXML2.XMLHTTP- how to get data from a webpage and how to input data from excel into webpage field. To do so, I am trying to login Facebook with using XML and not IE or an HTTP request with Excel VBA. 1. Login into Facebook using XML and not IE or an HTTP request with...
  3. S

    Read information inside html

    Hello :) I have this URL: Candriam Equities L Australia Class C AUD Cap, LU0078775011:AUD historical prices - FT.com. Using Chrome I can inspect the elements and there I need to be able to read the information about symbol=3280 from data-module-name="HistoricalPricesApp" I've tried various ways...
  4. M

    Convert Excel to Vba Code msxml2.xmlhttp

    The code I wrote is also slow to take data from the site so I want to translate it to msxml2.xmlhttp. I need your support for it, if you help https://yadi.sk/i/DtV6aex_1I2lxQ <svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> </path></svg><svg focusable="false"...
  5. E

    Innertext the "src" address using MSXML2.xmlHttp

    I’m trying to innertext a specific "src" address using MSXML2.xmlHttp. But, when I try sending the request with xmlhttp I get no error but it also give me nothing in return. How can I solve that? Sub WebData() Dim obj As Object, resp As String With CreateObject("MSXML2.xmlHttp")...
  6. F

    VBA xml to json problem

    Hello, I have a problem with the MSXML2.XMLHTTP object in VBA. I need to send a message in json but the auth token has double quotes in it. So in order for those double quotes to arrive in the message a backslash is used. Now by parsing the xml to Json the xmlhttp object adds an extra...
  7. S

    Help! Need help capturing HTML data using msxml2

    Default Need help with MSXML2.serverXMLHTTP request Hi. I think I'm close and have googled until the cows come home. I need to return a "p class" value from a series of websites. My code currently reads: ----------------------------------------- Dim getArtist As Object Dim getSong As Object Set...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top