Series of web queries: Autofill?

G

Gent

Hello,
I am trying to run a series of web queries in a single worksheet. I
have a list of about 500 stock tickers. I wrote a web query that that
will return the industry and sector of a SINGLE ticker in question from
finance.yahoo.com. Is there anyway I can drag/auto fill this query as I
would for a normal excel function? When I copy and paste the query the
cell reference in the parameter doesn’t change as it would if I was
copying an excel formula. Please let me know if you have any
recommendations.


Below is the query I am using:
WEB
1
http://finance.yahoo.com/q/in?s=["keyword","Enter the Search Term:"]

Selection=18
Formatting=None
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False
 
P

Paul Lautman

Gent said:
Hello,
I am trying to run a series of web queries in a single worksheet. I
have a list of about 500 stock tickers. I wrote a web query that that
will return the industry and sector of a SINGLE ticker in question
from finance.yahoo.com. Is there anyway I can drag/auto fill this
query as I would for a normal excel function? When I copy and paste
the query the cell reference in the parameter doesn't change as it
would if I was copying an excel formula. Please let me know if you
have any recommendations.


Below is the query I am using:
WEB
1
http://finance.yahoo.com/q/in?s=["keyword","Enter the Search Term:"]

Selection=18
Formatting=None
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False

Does this help?
http://www.vertex42.com/News/excel-web-query.html
 

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