i just using :
...
Set HTML = New HTMLDocument
With CreateObject("MSXML2.XMLHTTP")
.Open "GET", "https://massimilianobenvenuti.it/i-numeri-piu-frequenti-nelle-10-ruote-del-lotto/", False
.send
HTML.body.innerHTML = .responseText
End With
...
i need to get the value 7075, as in image.
tks
...
Set HTML = New HTMLDocument
With CreateObject("MSXML2.XMLHTTP")
.Open "GET", "https://massimilianobenvenuti.it/i-numeri-piu-frequenti-nelle-10-ruote-del-lotto/", False
.send
HTML.body.innerHTML = .responseText
End With
...
i need to get the value 7075, as in image.
tks