Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That's what I am trying to get.....
I am using Excel 2000....using the same querytables function i can get just about any page to come up......I can even get the yahoo page to come up until I get to this part: http://baseball.fantasysports.yahoo.com/b1/338255/2 examples: 'This works fine Sub Test1() v = "URL;http://baseball.fantasysports.yahoo.com/b1/338255" QueryTables.Add(Connection:=v, Destination:=Range("AD1")).Refresh 'BackgroundQuery = True End Sub 'This doesn't work at all Sub Test2() v = "URL;http://baseball.fantasysports.yahoo.com/b1/338255/2" QueryTables.Add(Connection:=v, Destination:=Range("AD1")).Refresh 'BackgroundQuery = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
web query url returns data, but not showing | Excel Discussion (Misc queries) | |||
Query returns blank cells where there should be data | Excel Discussion (Misc queries) | |||
web query 2003 returns no data from some web pages | Excel Discussion (Misc queries) | |||
MS query returns truncated data to Excel | Excel Discussion (Misc queries) | |||
stop excel from shifting cells up when a query returns no data | Excel Worksheet Functions |