<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HTML Tables</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Daily Dose of Excel &#187; Blog Archive &#187; Get Data from Website that Requires a Login</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-70753</link>
		<dc:creator>Daily Dose of Excel &#187; Blog Archive &#187; Get Data from Website that Requires a Login</dc:creator>
		<pubDate>Sat, 17 Dec 2011 13:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-70753</guid>
		<description>[...] through all of the tables and try to find some unique characteristic of the table to identify it. Here&#8217;s an example that loops through all the tables until it finds the 15-Year-Fixed Average Interest Rate table on [...]</description>
		<content:encoded><![CDATA[<p>[...] through all of the tables and try to find some unique characteristic of the table to identify it. Here&#8217;s an example that loops through all the tables until it finds the 15-Year-Fixed Average Interest Rate table on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishwanath</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-40732</link>
		<dc:creator>Vishwanath</dc:creator>
		<pubDate>Fri, 21 Aug 2009 05:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-40732</guid>
		<description>&lt;p&gt;Hi Randy,&lt;br&gt;
Can you please upload the add-in again to a google group if possible or mail it to me.&lt;br&gt;
Thanks for you help&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Randy,<br />
Can you please upload the add-in again to a google group if possible or mail it to me.<br />
Thanks for you help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XLConsulting</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-39597</link>
		<dc:creator>XLConsulting</dc:creator>
		<pubDate>Sat, 30 May 2009 16:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-39597</guid>
		<description>&lt;p&gt;you can also use Financial Link for Excel to load updating stock quotes, financial statements, estimates, price histories into Excel. Easy-to-use formulas to load the data and also wizards to help you creating the formulas.&lt;/p&gt;
&lt;p&gt;More detailed information here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.xlconsulting.net/flink.php&quot; rel=&quot;nofollow&quot;&gt;http://www.xlconsulting.net/flink.php&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>you can also use Financial Link for Excel to load updating stock quotes, financial statements, estimates, price histories into Excel. Easy-to-use formulas to load the data and also wizards to help you creating the formulas.</p>
<p>More detailed information here:</p>
<p><a href="http://www.xlconsulting.net/flink.php" rel="nofollow">http://www.xlconsulting.net/flink.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-24852</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Mon, 18 Jun 2007 14:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-24852</guid>
		<description>&lt;p&gt;Yep.  Tools - References - Microsoft Internet Controls&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yep.  Tools &#8211; References &#8211; Microsoft Internet Controls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collette</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-24825</link>
		<dc:creator>Collette</dc:creator>
		<pubDate>Sat, 16 Jun 2007 18:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-24825</guid>
		<description>&lt;p&gt;Dick,&lt;/p&gt;
&lt;p&gt;Tried your code but could not get passed &#039;Dim ieApp As InternetExplorer&#039;. Is there a &#039;Tools:Reference&#039; required to execute this statement?&lt;/p&gt;
&lt;p&gt;Note that I can get &#039;Set ieApp = CreateObject(&quot;InternetExplorer.Application&quot;)&#039; to work OK if I declare &#039;Dim ieApp as Object&#039; but otherwise compiler balks at your code.&lt;/p&gt;
&lt;p&gt;Any help appreciated.&lt;/p&gt;
&lt;p&gt;Collette&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dick,</p>
<p>Tried your code but could not get passed &#8216;Dim ieApp As InternetExplorer&#8217;. Is there a &#8216;Tools:Reference&#8217; required to execute this statement?</p>
<p>Note that I can get &#8216;Set ieApp = CreateObject(&#8220;InternetExplorer.Application&#8221;)&#8217; to work OK if I declare &#8216;Dim ieApp as Object&#8217; but otherwise compiler balks at your code.</p>
<p>Any help appreciated.</p>
<p>Collette</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collette</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-24824</link>
		<dc:creator>Collette</dc:creator>
		<pubDate>Sat, 16 Jun 2007 18:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-24824</guid>
		<description>&lt;p&gt;Dave,&lt;/p&gt;
&lt;p&gt;I liked the succinct style of your code, but am have trouble with it! You may have inadvertently missed the &#039;End With&#039; closure. But even after correcting that omission I still am having error at:&lt;br&gt;
      sHTML = .document.body.innerHTML&lt;/p&gt;
&lt;p&gt;Are any additional VB &#039;Tools:References&#039; required? Where should the &#039;End With&#039; be inserted? do you get the code to run as published?&lt;/p&gt;
&lt;p&gt;I am running vista with Excel 2003, and 3 references &#039;Visual Basic For Applications&#039;, Microsoft Excel 11.0 Object Library&#039; and Microsoft Forms 2.0 Object Library&#039;. &lt;/p&gt;
&lt;p&gt;Collette&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>I liked the succinct style of your code, but am have trouble with it! You may have inadvertently missed the &#8216;End With&#8217; closure. But even after correcting that omission I still am having error at:<br />
      sHTML = .document.body.innerHTML</p>
<p>Are any additional VB &#8216;Tools:References&#8217; required? Where should the &#8216;End With&#8217; be inserted? do you get the code to run as published?</p>
<p>I am running vista with Excel 2003, and 3 references &#8216;Visual Basic For Applications&#8217;, Microsoft Excel 11.0 Object Library&#8217; and Microsoft Forms 2.0 Object Library&#8217;. </p>
<p>Collette</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MBSNewbie</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-22034</link>
		<dc:creator>MBSNewbie</dc:creator>
		<pubDate>Sat, 06 Jan 2007 03:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-22034</guid>
		<description>&lt;p&gt;John,&lt;br&gt;
   I wonder if you switch up your numbers a combination of these:(7/8 per game)&lt;br&gt;
7265755168783567119&lt;/p&gt;
&lt;p&gt;I bet you&#039;d have more luck at winning the big ones. They are now averaging over 4.5 games per showing as compared to the overall average of 3.5 games. It stands to reason that if everything evens out eventually, that these numbers will come out more often and the other numbers will slow down. &lt;/p&gt;
&lt;p&gt;I&#039;d love to know how it works out for ya, what state is this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>John,<br />
   I wonder if you switch up your numbers a combination of these:(7/8 per game)<br />
7265755168783567119</p>
<p>I bet you&#8217;d have more luck at winning the big ones. They are now averaging over 4.5 games per showing as compared to the overall average of 3.5 games. It stands to reason that if everything evens out eventually, that these numbers will come out more often and the other numbers will slow down. </p>
<p>I&#8217;d love to know how it works out for ya, what state is this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-21954</link>
		<dc:creator>Remy</dc:creator>
		<pubDate>Fri, 29 Dec 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-21954</guid>
		<description>&lt;p&gt;Hi there,&lt;br&gt;
i got a time problem macro, let me know if there&#039;s another way to make it easier, it&#039;s a find process to vinculate values from another workbook...&lt;/p&gt;
&lt;p&gt;Sub abre(direccion, iatadestino, aaa)&lt;/p&gt;
&lt;p&gt;Set exc = New Excel.Application&lt;br&gt;
exc.Workbooks.Open (direccion)&lt;br&gt;
Set ccc = exc.Worksheets(&quot;Hoja1?)&lt;br&gt;
x = 4&lt;br&gt;
While aaa.Cells(x, 2)  Empty&lt;br&gt;
    ID = aaa.Cells(x, 4)&lt;br&gt;
    u = 13&lt;br&gt;
    While ccc.Cells(u, 1)  Empty&lt;br&gt;
        IO = ccc.Cells(u, 2)&lt;br&gt;
        If IO = ID Then&lt;br&gt;
            aaa.Cells(x, 23) = ccc.Cells(u, 10)&lt;br&gt;
            aaa.Cells(x, 24) = ccc.Cells(u, 11)&lt;br&gt;
            GoTo 1&lt;br&gt;
        End If&lt;br&gt;
    u = u + 1&lt;br&gt;
    Wend&lt;br&gt;
1 x = x + 1&lt;br&gt;
Wend&lt;br&gt;
&#039;exc.Application.DisplayAlerts = False&lt;br&gt;
exc.Quit&lt;/p&gt;
&lt;p&gt;thanks in advance!!&lt;br&gt;
Remy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
i got a time problem macro, let me know if there&#8217;s another way to make it easier, it&#8217;s a find process to vinculate values from another workbook&#8230;</p>
<p>Sub abre(direccion, iatadestino, aaa)</p>
<p>Set exc = New Excel.Application<br />
exc.Workbooks.Open (direccion)<br />
Set ccc = exc.Worksheets(&#8220;Hoja1?)<br />
x = 4<br />
While aaa.Cells(x, 2)  Empty<br />
    ID = aaa.Cells(x, 4)<br />
    u = 13<br />
    While ccc.Cells(u, 1)  Empty<br />
        IO = ccc.Cells(u, 2)<br />
        If IO = ID Then<br />
            aaa.Cells(x, 23) = ccc.Cells(u, 10)<br />
            aaa.Cells(x, 24) = ccc.Cells(u, 11)<br />
            GoTo 1<br />
        End If<br />
    u = u + 1<br />
    Wend<br />
1 x = x + 1<br />
Wend<br />
&#8216;exc.Application.DisplayAlerts = False<br />
exc.Quit</p>
<p>thanks in advance!!<br />
Remy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-21824</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 11 Dec 2006 20:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-21824</guid>
		<description>&lt;p&gt;Try that agian!&lt;/p&gt;
&lt;p&gt;Public Const URL As String = &quot;http://finance.yahoo.com/q?s=&quot;&lt;br&gt;
Function GetQuote(sTicker As String) As String&lt;br&gt;
&#039;=======================================================&lt;br&gt;
&#039;Fuction written by:  David Miller&lt;br&gt;
&#039;Returns a !Yahoo Finanace quote&lt;br&gt;
&#039;=======================================================&lt;br&gt;
Dim ie As Object&lt;br&gt;
Dim sHTML As String&lt;br&gt;
On Error GoTo GetQuote_Err&lt;br&gt;
Application.ScreenUpdating = False&lt;br&gt;
Set ie = CreateObject(&quot;InternetExplorer.Application&quot;)&lt;br&gt;
If IsNull(sTicker) Then GoTo GetQuote_Err&lt;br&gt;
With ie&lt;br&gt;
    .Visible = False&lt;br&gt;
    .navigate (URL &amp; sTicker)&lt;br&gt;
    Do Until .readystate = 4&lt;br&gt;
        DoEvents&lt;br&gt;
    Loop&lt;br&gt;
    sHTML = .document.body.innerHTML&lt;br&gt;
    GetQuote = Mid(sHTML, InStr(sHTML, &quot;yfs_l10_&quot; &amp; LCase(sTicker)) + Len(&quot;yfs_l10_&quot; &amp; sTicker &amp; Chr(34) &amp; &quot;&gt;&quot;) - 1, 8)&lt;br&gt;
    If InStr(GetQuote, &quot; 0 Then&lt;br&gt;
        GetQuote = Left(GetQuote, InStr(GetQuote, &quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Try that agian!</p>
<p>Public Const URL As String = &#8220;http://finance.yahoo.com/q?s=&#8221;<br />
Function GetQuote(sTicker As String) As String<br />
&#8216;=======================================================<br />
&#8216;Fuction written by:  David Miller<br />
&#8216;Returns a !Yahoo Finanace quote<br />
&#8216;=======================================================<br />
Dim ie As Object<br />
Dim sHTML As String<br />
On Error GoTo GetQuote_Err<br />
Application.ScreenUpdating = False<br />
Set ie = CreateObject(&#8220;InternetExplorer.Application&#8221;)<br />
If IsNull(sTicker) Then GoTo GetQuote_Err<br />
With ie<br />
    .Visible = False<br />
    .navigate (URL &amp; sTicker)<br />
    Do Until .readystate = 4<br />
        DoEvents<br />
    Loop<br />
    sHTML = .document.body.innerHTML<br />
    GetQuote = Mid(sHTML, InStr(sHTML, &#8220;yfs_l10_&#8221; &amp; LCase(sTicker)) + Len(&#8220;yfs_l10_&#8221; &amp; sTicker &amp; Chr(34) &amp; &#8220;&gt;&#8221;) &#8211; 1, <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <br />
    If InStr(GetQuote, &#8221; 0 Then<br />
        GetQuote = Left(GetQuote, InStr(GetQuote, &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/11/29/html-tables/#comment-21823</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 11 Dec 2006 20:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1561#comment-21823</guid>
		<description>&lt;p&gt;Here is a function that I wrote to lookup Quotes on Yahoo:&lt;/p&gt;
&lt;p&gt;I just type &quot;=GetQuote(&quot;FFFFX&quot;)&quot; into a cell and I get the value.&lt;/p&gt;
&lt;p&gt;Dave Miller&lt;/p&gt;
&lt;p&gt;====================================================================&lt;/p&gt;
&lt;p&gt;Public Const URL As String = &quot;http://finance.yahoo.com/q?s=&quot;&lt;br&gt;
Function GetQuote(sTicker As String) As String&lt;br&gt;
Dim ie As Object&lt;br&gt;
Dim sHTML As String&lt;/p&gt;
&lt;p&gt;On Error GoTo GetQuote_Err&lt;br&gt;
Application.ScreenUpdating = False&lt;/p&gt;
&lt;p&gt;Set ie = CreateObject(&quot;InternetExplorer.Application&quot;)&lt;/p&gt;
&lt;p&gt;If IsNull(sTicker) Then GoTo GetQuote_Err&lt;/p&gt;
&lt;p&gt;With ie&lt;br&gt;
    .Visible = False&lt;br&gt;
    .navigate (URL &amp; sTicker)&lt;br&gt;
    Do Until .readystate = 4&lt;br&gt;
        DoEvents&lt;br&gt;
    Loop&lt;br&gt;
    sHTML = .document.body.innerHTML&lt;br&gt;
    GetQuote = Mid(sHTML, InStr(sHTML, &quot;yfs_l10_&quot; &amp; LCase(sTicker)) + Len(&quot;yfs_l10_&quot; &amp; _&lt;br&gt;
               sTicker &amp; Chr(34) &amp; &quot;&gt;&quot;) - 1, 8)&lt;br&gt;
    If InStr(GetQuote, &quot; 0 Then&lt;br&gt;
        GetQuote = Left(GetQuote, InStr(GetQuote, &quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Here is a function that I wrote to lookup Quotes on Yahoo:</p>
<p>I just type &#8220;=GetQuote(&#8220;FFFFX&#8221;)&#8221; into a cell and I get the value.</p>
<p>Dave Miller</p>
<p>====================================================================</p>
<p>Public Const URL As String = &#8220;http://finance.yahoo.com/q?s=&#8221;<br />
Function GetQuote(sTicker As String) As String<br />
Dim ie As Object<br />
Dim sHTML As String</p>
<p>On Error GoTo GetQuote_Err<br />
Application.ScreenUpdating = False</p>
<p>Set ie = CreateObject(&#8220;InternetExplorer.Application&#8221;)</p>
<p>If IsNull(sTicker) Then GoTo GetQuote_Err</p>
<p>With ie<br />
    .Visible = False<br />
    .navigate (URL &amp; sTicker)<br />
    Do Until .readystate = 4<br />
        DoEvents<br />
    Loop<br />
    sHTML = .document.body.innerHTML<br />
    GetQuote = Mid(sHTML, InStr(sHTML, &#8220;yfs_l10_&#8221; &amp; LCase(sTicker)) + Len(&#8220;yfs_l10_&#8221; &amp; _<br />
               sTicker &amp; Chr(34) &amp; &#8220;&gt;&#8221;) &#8211; 1, <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> <br />
    If InStr(GetQuote, &#8221; 0 Then<br />
        GetQuote = Left(GetQuote, InStr(GetQuote, &#8220;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

