xmlhttprequest

  1. S

    XmlHttp request to get a ticker from Morningstar

    Hi All, I'm trying to read the ticker (called F00000LWVH) used on Morningstar on a fund with this query based on an ISIN: Sub MstarTicker() Dim Url As String, XmlHttp As New MSXML2.XmlHttp, PayloadStr As String, RespVar As Variant Url =...
  2. J

    XMLHTTPRequest and VBA

    I would want to login to a website using xmlhttprequest. My code is Dim xmlreq As New MSXML2.XMLHTTP60 Dim htmldoc As New MSHTML.HTMLDocument Dim htmlmsg As MSHTML.IHTMLElement xmlreq.Open "GET", "https://yyy.com/main.php?pid=406&action=zz", False, "user", "password" xmlreq.send...

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