Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default Web Query Failure using url.CFM with xl97

I use the following code in xp home xl2002 to get this info for a friend.
Works great in xl2002. But friend has xl97 and I get what is shown below
code. I have tried changing the .cfm to .csv. html, etc. Is there some Java
Script that must be enabled somewhere? I also tried making the url into a
..iqy. Also tried the open workbook, etc. Friend wants to track changes in
these results for a week which I have done, etc.
TIA

Sub Update()
myurl = "http://www.vegasinsider.com/u/odds/15minute/NFL_lines.cfm?s=1798"
With Worksheets("Data").QueryTables.Add( _
Connection:="URL;" & myurl, Destination:=Worksheets("Data").Cells(1,
1))
.BackgroundQuery = False
.TablesOnlyFromHTML = False
' .WebFormatting = xlWebFormattingNone
.RefreshStyle = xlOverwriteCells
.Refresh BackgroundQuery:=False
.SaveData = True
End With
'DeleteNames
'CollectData
End Sub


<script language="JavaScript1.2" type="text/javascript"
src="http://www.vegasinsider.com/include/menu_items.js"</script

<script language="JavaScript1.2" type="text/javascript"
src="http://www.vegasinsider.com/include/pd.js"</script





<script language="JavaScript" type="text/javascript"

var IE = (document.all) ? 1 : 0;

var DOM = (document.getElementById) ? 1 : 0;

var NS4 = (document.layers) ? 1 : 0;

var MAC = ((navigator.appVersion.indexOf("PPC") 0) ||
(navigator.appVersion.indexOf("Mac") 0)) ? 1 : 0

</script



--
Don Guillett
SalesAid Software





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
sporadic web query failure Albert Excel Discussion (Misc queries) 0 July 30th 09 06:20 AM
vlookup failure & ctrl-f failure? joemeshuggah Excel Discussion (Misc queries) 4 December 22nd 08 07:22 PM
failure of web query Dr Alok Modi MD Excel Discussion (Misc queries) 0 February 21st 08 12:06 PM
"Web Query" refresh failure Matt Excel Discussion (Misc queries) 1 July 12th 06 01:25 PM
LEN function in XL97 Brian Excel Discussion (Misc queries) 5 May 19th 06 06:39 PM


All times are GMT +1. The time now is 05:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"