B
Breecy
Good evening all,
I have looked through several message boards and have not found an answer on
my problem. I would like to loop through opening a website and having it
print the website after it displays. I want to get stock prices off of yahoo
for instance and change the last few characters to the stock prices I need.
Example:
The website address is: http://finance.yahoo.com/q?s=wal. I have several
tickers that I want to look up. The logic would flow like this:
Assign recordset
Do until EOF
go to first record
create website string: "http://finance.yahoo.com/q?s=" & stockname
open website
Print
Loop
Thanks a bunch in advance for any help.
I have looked through several message boards and have not found an answer on
my problem. I would like to loop through opening a website and having it
print the website after it displays. I want to get stock prices off of yahoo
for instance and change the last few characters to the stock prices I need.
Example:
The website address is: http://finance.yahoo.com/q?s=wal. I have several
tickers that I want to look up. The logic would flow like this:
Assign recordset
Do until EOF
go to first record
create website string: "http://finance.yahoo.com/q?s=" & stockname
open website
Loop
Thanks a bunch in advance for any help.