<?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: Extract Chart Data</title>
	<atom:link href="http://peltiertech.com/WordPress/extract-chart-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/extract-chart-data/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:19:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-11994</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 14 Mar 2009 14:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-11994</guid>
		<description>Just time for a quick response to give you an idea. The click returns the series number (Arg1) and the point number (Arg2). You could have your code act on

ActiveChart.SeriesCollection(Arg1).Points(Arg2)

If the marker is a blue diamond, change it to a red square; otherwise change it back.

Good idea for a blog post. Unfortunately I have a backlog if ideas and a shortage of time.</description>
		<content:encoded><![CDATA[<p>Just time for a quick response to give you an idea. The click returns the series number (Arg1) and the point number (Arg2). You could have your code act on</p>
<p>ActiveChart.SeriesCollection(Arg1).Points(Arg2)</p>
<p>If the marker is a blue diamond, change it to a red square; otherwise change it back.</p>
<p>Good idea for a blog post. Unfortunately I have a backlog if ideas and a shortage of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-11978</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 14 Mar 2009 07:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-11978</guid>
		<description>Thanks Jon,

I had just found your post &quot;Get INformation about a point in an embedded chart&quot;  today and it does  what I need,  if I could also somehow highlite the selected points so the user knows which ones he has selected tha would also be beficial.

John</description>
		<content:encoded><![CDATA[<p>Thanks Jon,</p>
<p>I had just found your post &#8220;Get INformation about a point in an embedded chart&#8221;  today and it does  what I need,  if I could also somehow highlite the selected points so the user knows which ones he has selected tha would also be beficial.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-11970</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 14 Mar 2009 03:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-11970</guid>
		<description>You can write some code that will respond to mouse clicks in the chart:
&lt;a href=&quot;http://www.computorcompanion.com/LPMArticle.asp?ID=221&quot; title=&quot;Chart Events in Microsoft Excel&quot; rel=&quot;nofollow&quot;&gt;Chart Events in Microsoft Excel&lt;/a&gt;
&lt;a href=&quot;http://peltiertech.com/Excel/Zips/GetXYonAnyChart.zip&quot; rel=&quot;nofollow&quot;&gt;Get Information about a Point in an Embedded Chart&lt;/a&gt; (zip file)

I&#039;ve used similar techniques to help users select a range of points for regression or other detailed analysis, to highlight certain points, or to sort points into two subsets. It&#039;s a lot of work to set up, but it&#039;s slick from the user&#039;s perspective.</description>
		<content:encoded><![CDATA[<p>You can write some code that will respond to mouse clicks in the chart:<br />
<a href="http://www.computorcompanion.com/LPMArticle.asp?ID=221" title="Chart Events in Microsoft Excel" rel="nofollow">Chart Events in Microsoft Excel</a><br />
<a href="http://peltiertech.com/Excel/Zips/GetXYonAnyChart.zip" rel="nofollow">Get Information about a Point in an Embedded Chart</a> (zip file)</p>
<p>I&#8217;ve used similar techniques to help users select a range of points for regression or other detailed analysis, to highlight certain points, or to sort points into two subsets. It&#8217;s a lot of work to set up, but it&#8217;s slick from the user&#8217;s perspective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-11957</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 13 Mar 2009 22:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-11957</guid>
		<description>I want something where I canextract only some of the data points from a chart.

I have a series of data with a date and price which I plot in excel. I want to be able to click or double click on the graph on a subset of the displayed points and have the dates for the selected points transferred to another part of the spreadsheet so I can do some cycle analysis on this set of points.

Does anyone know how to do this.

Thanks
John</description>
		<content:encoded><![CDATA[<p>I want something where I canextract only some of the data points from a chart.</p>
<p>I have a series of data with a date and price which I plot in excel. I want to be able to click or double click on the graph on a subset of the displayed points and have the dates for the selected points transferred to another part of the spreadsheet so I can do some cycle analysis on this set of points.</p>
<p>Does anyone know how to do this.</p>
<p>Thanks<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-3494</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 04 Sep 2008 22:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-3494</guid>
		<description>TV -

This can be done by parsing the series formula. John Walkenbach has code to do this:

&lt;a href=&quot;http://spreadsheetpage.com/index.php/tip/a_class_module_to_manipulate_a_chart_series/&quot; rel=&quot;nofollow&quot;&gt;A Class Module To Manipulate A Chart Series&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>TV -</p>
<p>This can be done by parsing the series formula. John Walkenbach has code to do this:</p>
<p><a href="http://spreadsheetpage.com/index.php/tip/a_class_module_to_manipulate_a_chart_series/" rel="nofollow">A Class Module To Manipulate A Chart Series</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TV</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-3490</link>
		<dc:creator>TV</dc:creator>
		<pubDate>Thu, 04 Sep 2008 21:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-3490</guid>
		<description>Is there a series property or some other trick to get the address of the chart data (or at least a point)?</description>
		<content:encoded><![CDATA[<p>Is there a series property or some other trick to get the address of the chart data (or at least a point)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haffy</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-3249</link>
		<dc:creator>Haffy</dc:creator>
		<pubDate>Thu, 28 Aug 2008 09:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-3249</guid>
		<description>Thanks, Jon.  I have to extract data from charts regularly and sorted out a workbook to do it - but your code is so much faster - one of those &quot;Why on earth didn&#039;t I try that?&quot; moments.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks, Jon.  I have to extract data from charts regularly and sorted out a workbook to do it &#8211; but your code is so much faster &#8211; one of those &#8220;Why on earth didn&#8217;t I try that?&#8221; moments.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-3208</link>
		<dc:creator>Clint</dc:creator>
		<pubDate>Tue, 26 Aug 2008 18:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-3208</guid>
		<description>Wow! I think this little utility is something that might come in very handy - thanks!</description>
		<content:encoded><![CDATA[<p>Wow! I think this little utility is something that might come in very handy &#8211; thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
