<?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>Thu, 09 Feb 2012 23:02:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: IS</title>
		<link>http://peltiertech.com/WordPress/extract-chart-data/comment-page-1/#comment-82543</link>
		<dc:creator>IS</dc:creator>
		<pubDate>Wed, 30 Mar 2011 19:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=361#comment-82543</guid>
		<description>Dear Jon,
This is faboulous. Cant figure out how to get it to copy the data, and the chart with all formats as well.  Tried to embed the macro in the personal.xlsb workbook  but still no result.

grateful for your response
I</description>
		<content:encoded><![CDATA[<p>Dear Jon,<br />
This is faboulous. Cant figure out how to get it to copy the data, and the chart with all formats as well.  Tried to embed the macro in the personal.xlsb workbook  but still no result.</p>
<p>grateful for your response<br />
I</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

