Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Private Function GetStringWEB(ByVal sUrl As String) As String
- Dim oWinHttp As New WinHttp.WinHttpRequest
- oWinHttp.Open "GET", sUrl, False
- oWinHttp.Send
- GetStringWEB = oWinHttp.ResponseText
- End Function
Advertisement
Add Comment
Please, Sign In to add comment