I'm running a workbook which uses VBA.
It uses the yahoo finance data lookup function and it usually works fine but its started to report this error:
"run time error 1004 excel cannot access file"
This is the line in the VBA that the debugger highlights when I run it.
Application.Workbooks.Open ("http://download.finance.yahoo.com/d/quotes.csv?s=" & Tickers & "&f=" & Codes)
I can only think that for some reason the yahoo function isn't working at the moment.
Any thoughts?
It uses the yahoo finance data lookup function and it usually works fine but its started to report this error:
"run time error 1004 excel cannot access file"
This is the line in the VBA that the debugger highlights when I run it.
Application.Workbooks.Open ("http://download.finance.yahoo.com/d/quotes.csv?s=" & Tickers & "&f=" & Codes)
I can only think that for some reason the yahoo function isn't working at the moment.
Any thoughts?