IQY File: Invalid Web Query

C

CM4@FL

I'm using an iqy file to import websites to excel. The text within the iqy
file is as follows:
WEB
1
http://finance.yahoo.com/q/hp?s=["Company"]

The ["Company"] parameter is linked to a specific cell, which is my variable
(stock ticker symbols). I created a macro to to refresh the work book, the
VBA code reads as follows:
Sub Macro1()
ActiveWorkbook.RefreshAll
End Sub

I entered EBAY into the ["Company"] parameter cell and ran my macro, then an
error messaged appeared.
"The file could not be accessed. Try one of the following:
-make sure the specified folder exists
-make sure the folder that contains the file is not read-only
-make sure the file name does not contain any of the following
characters:
-make sure the file/path name doesn't contain more than 218 characters.
When I close out of that error another error appears.
"Invalid Web Query"

The entire process works for some ticker symbols but not others; even when
the website truly exists.

Please help!
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top