S
sethster
Anyone have any experience with web queries from Excel Visual Basic ?
I tried this:
Sub test()
With
ActiveSheet.QueryTables.Add(Connection:="URL;http://webservices.pcquote.com/cgi-"
& "bin/excelget.exe?Ticker=msft", Destination:=Range("a1"))
..BackgroundQuery = True
..TablesOnlyFromHTML = True
..Refresh BackgroundQuery:=False
..SaveData = True
End With
End Sub
But it cant find the server or proxy.
Thanks,
Seth
I tried this:
Sub test()
With
ActiveSheet.QueryTables.Add(Connection:="URL;http://webservices.pcquote.com/cgi-"
& "bin/excelget.exe?Ticker=msft", Destination:=Range("a1"))
..BackgroundQuery = True
..TablesOnlyFromHTML = True
..Refresh BackgroundQuery:=False
..SaveData = True
End With
End Sub
But it cant find the server or proxy.
Thanks,
Seth