<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Excel Line Chart &#8211; Legend Versus Data Label</title>
	<atom:link href="http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/feed/" rel="self" type="application/rss+xml" />
	<link>http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/</link>
	<description></description>
	<lastBuildDate>Sat, 30 Apr 2011 08:44:13 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Peter</title>
		<link>http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/comment-page-1/#comment-2587</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 23 Dec 2008 03:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/#comment-2587</guid>
		<description>Playing catch up again, but I agree that Walkenbach&#039;s books are very approach for Excel users at all levels. VBA is often perceived as an advanced topic, but a few simple scripts -- including the chart series labeler Jon posted her -- ease the pain of tedious tasks and excelerate the users skill-level.

To quote you,  Tony: &quot;[T]ry new things and practice them to improve your value over time! There are always opportunities to learn new ideas, approaches, tactics, etc. to add to your toolkit.&quot;</description>
		<content:encoded><![CDATA[<p>Playing catch up again, but I agree that Walkenbach&#8217;s books are very approach for Excel users at all levels. VBA is often perceived as an advanced topic, but a few simple scripts &#8212; including the chart series labeler Jon posted her &#8212; ease the pain of tedious tasks and excelerate the users skill-level.</p>
<p>To quote you,  Tony: &#8220;[T]ry new things and practice them to improve your value over time! There are always opportunities to learn new ideas, approaches, tactics, etc. to add to your toolkit.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/comment-page-1/#comment-2216</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 17 Oct 2008 19:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/#comment-2216</guid>
		<description>IMO it&#039;s better to use a book, but that might just be my learning style. John Walkenbach&#039;s books (Power Programming is his) are well written, with good examples, and clear explanations.

When I have a specific question, I&#039;ve found that Google is a good resource.</description>
		<content:encoded><![CDATA[<p>IMO it&#8217;s better to use a book, but that might just be my learning style. John Walkenbach&#8217;s books (Power Programming is his) are well written, with good examples, and clear explanations.</p>
<p>When I have a specific question, I&#8217;ve found that Google is a good resource.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/comment-page-1/#comment-2215</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 17 Oct 2008 18:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/#comment-2215</guid>
		<description>@Jon.  Thanks for sharing the links.  Your list of 9 steps is excellent and number nine does talk about this issue. 

I like the follow up post on labeling the last point of a series using VBA script, but I think that will be beyond most casual users of Excel.  I would venture to say that 90% of Excel users wouldn&#039;t know what VBA even stands for.  

I think a good resource on VBA is a book called: Excel Power Programming with VBA.

Do you or anyone else know a good resource for learning more about VBA for the readers here?</description>
		<content:encoded><![CDATA[<p>@Jon.  Thanks for sharing the links.  Your list of 9 steps is excellent and number nine does talk about this issue. </p>
<p>I like the follow up post on labeling the last point of a series using VBA script, but I think that will be beyond most casual users of Excel.  I would venture to say that 90% of Excel users wouldn&#8217;t know what VBA even stands for.  </p>
<p>I think a good resource on VBA is a book called: Excel Power Programming with VBA.</p>
<p>Do you or anyone else know a good resource for learning more about VBA for the readers here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/comment-page-1/#comment-2214</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 16 Oct 2008 16:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://supportanalytics.com/blog/2008/10/excel-line-chart-legend-versus-data-label/#comment-2214</guid>
		<description>This was item 9 in my &lt;a href=&quot;http://peltiertech.com/WordPress/2008/10/13/9-steps-to-simpler-chart-formatting/&quot; rel=&quot;nofollow&quot;&gt;9 Steps to Simpler Chart Formatting&lt;/a&gt;, and I subsequently shared a VBA procedure to &lt;a href=&quot;http://peltiertech.com/WordPress/2008/10/15/label-each-series-in-a-chart/&quot; rel=&quot;nofollow&quot;&gt;Label [the last point of] Each Series in a Chart&lt;/a&gt;. The procedure is good for changing data: it starts with the last point of each series, adds a label, then strips away any labels on earlier points.</description>
		<content:encoded><![CDATA[<p>This was item 9 in my <a href="http://peltiertech.com/WordPress/2008/10/13/9-steps-to-simpler-chart-formatting/" rel="nofollow">9 Steps to Simpler Chart Formatting</a>, and I subsequently shared a VBA procedure to <a href="http://peltiertech.com/WordPress/2008/10/15/label-each-series-in-a-chart/" rel="nofollow">Label [the last point of] Each Series in a Chart</a>. The procedure is good for changing data: it starts with the last point of each series, adds a label, then strips away any labels on earlier points.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

