wath is incorrect from this code:
Option Explicit
Sub TEST()
Dim http As New XMLHTTP60, html As New HTMLDocument, DATA_AGG As String
Dim source As Object
With http
.Open "GET", " False
.send
html.body.innerHTML = .responseText
End With
DATA_AGG = Mid(html.Document.getElementsByClassName("uh")(1).innerText, 15, 10)
End Sub
i need to get date from the header of table Le 20 Regioni italiane, is approx to the and of page
Option Explicit
Sub TEST()
Dim http As New XMLHTTP60, html As New HTMLDocument, DATA_AGG As String
Dim source As Object
With http
.Open "GET", " False
.send
html.body.innerHTML = .responseText
End With
DATA_AGG = Mid(html.Document.getElementsByClassName("uh")(1).innerText, 15, 10)
End Sub
i need to get date from the header of table Le 20 Regioni italiane, is approx to the and of page