Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I believe there is an undocumented "special feature"(Bug) using the
Excel 2000 web query, Please correct me if I am wrong, The following query in IE works fine : http://globefunddb.theglobeandmail.c...ASC&result_cnt 17&fr_param11=&fr_param12=&fr_param13=&fr_param14= &pi_universe=IGF_FUNDS&product_id= but in the following module-same query No Cigar! What's up? sub get_it With ActiveSheet.QueryTables.Add(Connection:= _ "URL;http://globefunddb.theglobeandmail.c...e&orig_order=D SC&result_cnt=17&fr_param11=&fr_param12=&fr_param1 3=&fr_param14=&pi_universe=IGF_FUNDS&product_id=" , _ Destination:=Range("a1")) .BackgroundQuery = True .TablesOnlyFromHTML = True .Refresh BackgroundQuery:=False .SaveData = True End With end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error using Data Query within Excel 2000 | Excel Discussion (Misc queries) | |||
Returning data from MS Query into worksheet - 2007 | Excel Discussion (Misc queries) | |||
Excel 2000 Pivot table using offline OLAP CUB as the data source | New Users to Excel | |||
Complete lock up in returning to Excel 2000 | Excel Discussion (Misc queries) | |||
Returning data to Excel sheet from MS query | Excel Discussion (Misc queries) |