View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Vacation's Over Vacation's Over is offline
external usenet poster
 
Posts: 279
Default Excel Geek Help Needed

Don -
Thats a new one for me, Thanks

"Don Guillett" wrote:

If ALL else fails, try this

Sub openurl()
myurl = "http://www.covers.com/" & _
"pageLoader/pageLoader.aspx?page=" & _
"/data/ncb/statistics/2004-2005/ats.html"
Workbooks.Open (myurl)
End Sub

--
Don Guillett
SalesAid Software

"BrandNewToThis"
wrote in
message news:BrandNewToThis.1xop2c_1130623505.172@excelfor um-nospam.com...

Okay....I'm TOTALLY new to this type of use for Excel (see USER NAME). I
need somebody to tell me if it is possible to have information from a
page like this:


http://www.covers.com/pageLoader/pag...-2005/ats.html

Into an excel file on my laptop. The information on that page will be
updated, in some cases, on a daily basis and I would like the
information in the excel file to reflect this.

The information from this page that I am specifically interested in is
under the ATS, W/L, and O/U categories.

Any help would be appreciated. Thanks.


--
BrandNewToThis
------------------------------------------------------------------------
BrandNewToThis's Profile:

http://www.excelforum.com/member.php...o&userid=28439
View this thread: http://www.excelforum.com/showthread...hreadid=480396