Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am grabbing some data from an html table using the following code: ----------------------------------------------------------------------------- Dim url As String Dim startTag As String Dim endTag As String Dim playerStats As Variant Dim newPlayerArray As Variant Dim counter As Single '""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""" ' player import '""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""" url = "http://www.sportsline.com/nhl/stats/playersort/regularseason/yearly/NHL/?&print_rows=9999" startTag = "<div class=SLTables1" endTag = "</div" playerStats = gsGetString(url, startTag, endTag) ------------------------------------------------------------------------------ What I want to be able to do is take playerStats and PasteSpecial - Unicode into Worksheets("test").Range("A1") This will properly form a worksheet with all the statistics I am looking for. Any ideas would be appreciated. Thanks Dave |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks very much. I will give that a shot tonite when I get home.
Much appreciated!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add link to specific Excel worksheet in HTML Outlook message | Links and Linking in Excel | |||
How to interpret string as a number in Excel 2007 ? | Excel Discussion (Misc queries) | |||
Eliminate Excel worksheet tab when saving as HTML? | Excel Discussion (Misc queries) | |||
Why does Excel interpret 2/29 as Feb 1st? | Excel Discussion (Misc queries) | |||
From HTML open a specific worksheet within a excel file | Excel Programming |