Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I'm new to vba and here is my problem. I would like to pull lots of mutual fund information from yahoo. Using the fund screener only brings up 20 funds per web page. After the first 20, subsequent pages all have url's of the following format with only the last two characters changing (eg 21, 41, 61, etc). http://screen.yahoo.com/a?cc=1%3B&s=...unds&vw=0&b=21 How can I write a routine that will grab the tables on those pages without doing it manually. I have tried, "For i=21 to (max number) step 20" and "Next i", which loops the correct number of times, but does not advance after each loop. Thanks for your help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert hard coded query criteria to Parameter Query | Excel Discussion (Misc queries) | |||
Excel 2007 / MS Query - editing existing query to another sheet | Excel Discussion (Misc queries) | |||
Anyone Else Use Database Query to Query Another Sheet in the Same Excel Workbook? | Excel Discussion (Misc queries) | |||
How to use a Access Query that as a parameter into Excel database query | Excel Discussion (Misc queries) | |||
Problem with .Background Query option of ODBC Query | Excel Programming |