Hello everybody.
I'm a newbie by surfing the net via GET and POST request.
So far, I've had no many problems in scraping data from a link.
Sub getintoSITE()
Dim URL As String, strResponse As String
Dim objHTTP As Object
URL = "............"
Set objHTTP =...