Hello all,
I am trying to fetch XML data from a web site. I manage to access the data as text, and I wrote a function to parse it (very lengthy).
I found that you can getElementsByTagName but this is not working for me. Here is my code:
Private Sub GetPredictItData()
Dim Req As New...