<?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: How do you plug a real time stock price into a Microsoft Excel worksheet?</title>
	<atom:link href="http://www.mathstudenthelp.info/worksheet/how-do-you-plug-a-real-time-stock-price-into-a-microsoft-excel-worksheet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mathstudenthelp.info/worksheet/how-do-you-plug-a-real-time-stock-price-into-a-microsoft-excel-worksheet</link>
	<description>Let us help you add it up!</description>
	<pubDate>Tue, 22 May 2012 17:57:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Porl_11</title>
		<link>http://www.mathstudenthelp.info/worksheet/how-do-you-plug-a-real-time-stock-price-into-a-microsoft-excel-worksheet/comment-page-1#comment-5523</link>
		<dc:creator>Porl_11</dc:creator>
		<pubDate>Sun, 16 Aug 2009 10:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mathstudenthelp.info/worksheet/how-do-you-plug-a-real-time-stock-price-into-a-microsoft-excel-worksheet#comment-5523</guid>
		<description>This can be done by linking to an external data source. The link below offers step by step advice on how to link it to Yahoo's Finance site.

http://www.ehow.com/how_2027266_stock-prices-excel.html

It doesn't mention that you can have it auto update every 1 minute by right click the data selecting data range properties and editing the refresh control.

Using that method the quickest it can refresh is every 1 minute. If you need it quicker than that you can record a macro and the following line of code to the end:

    Application.OnTime Now + TimeValue(&#34;00:00:01&#34;), &#34;Refresh&#34;

Where Refresh is the name of your Macro

This will refresh every 1 second (change 00:00:00 part for any time in hours minutes and seconds.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>This can be done by linking to an external data source. The link below offers step by step advice on how to link it to Yahoo&#8217;s Finance site.</p>
<p><a href="http://www.ehow.com/how_2027266_stock-prices-excel.html" rel="nofollow">http://www.ehow.com/how_2027266_stock-prices-excel.html</a></p>
<p>It doesn&#8217;t mention that you can have it auto update every 1 minute by right click the data selecting data range properties and editing the refresh control.</p>
<p>Using that method the quickest it can refresh is every 1 minute. If you need it quicker than that you can record a macro and the following line of code to the end:</p>
<p>    Application.OnTime Now + TimeValue(&quot;00:00:01&quot;), &quot;Refresh&quot;</p>
<p>Where Refresh is the name of your Macro</p>
<p>This will refresh every 1 second (change 00:00:00 part for any time in hours minutes and seconds.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

