Hi,
i'm trying to write simple script to check webpage status. And i have a problem with feeding url address from active cell.
Public Function GetServerResponse(url As String) As Integer
On Error Resume Next
With CreateObject("WinHttp.WinHttpRequest.5.1")
.Open "GET", url...