D
David
Hi Guys & Gals,
I am running a Querry:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://finance.yahoo.com/q?s=" & (Symbol) & "",
Destination:=Range("A1"))
and I get an error:
"System error &H80070057(-2147024809). The parameter is incorrect."
This is inside existing code, where I have run several (at least 3) other
"QueryTables" with out a problem. The Query runs fine, if it is done alone,
in another Module, but the error occurs where I have already run the others.
It appears to be a memory problem, but I am not certain. Any insight would
be appreciated.
Thanks,
I am running a Querry:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://finance.yahoo.com/q?s=" & (Symbol) & "",
Destination:=Range("A1"))
and I get an error:
"System error &H80070057(-2147024809). The parameter is incorrect."
This is inside existing code, where I have run several (at least 3) other
"QueryTables" with out a problem. The Query runs fine, if it is done alone,
in another Module, but the error occurs where I have already run the others.
It appears to be a memory problem, but I am not certain. Any insight would
be appreciated.
Thanks,