<?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: Label Last Point for Excel 2007</title>
	<atom:link href="http://peltiertech.com/WordPress/label-last-point-for-excel-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/label-last-point-for-excel-2007/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Wed, 23 May 2012 03:01:10 +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: M Bolton</title>
		<link>http://peltiertech.com/WordPress/label-last-point-for-excel-2007/comment-page-1/#comment-104651</link>
		<dc:creator>M Bolton</dc:creator>
		<pubDate>Wed, 15 Jun 2011 17:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1748#comment-104651</guid>
		<description>Thanks Jon! you&#039;re a life-saver!

for reference, i also used &#039;mySrs.DataLabels.Font.Color = mySrs.Border.Color&#039; on 2007 and it worked as expected.</description>
		<content:encoded><![CDATA[<p>Thanks Jon! you&#8217;re a life-saver!</p>
<p>for reference, i also used &#8216;mySrs.DataLabels.Font.Color = mySrs.Border.Color&#8217; on 2007 and it worked as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/label-last-point-for-excel-2007/comment-page-1/#comment-104634</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 15 Jun 2011 16:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1748#comment-104634</guid>
		<description>You can delete the next to last line of code, the one that says:

cht.HasLegend = False

This line deletes the legend, so removing the line means the legend will be left intact.</description>
		<content:encoded><![CDATA[<p>You can delete the next to last line of code, the one that says:</p>
<p>cht.HasLegend = False</p>
<p>This line deletes the legend, so removing the line means the legend will be left intact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M Bolton</title>
		<link>http://peltiertech.com/WordPress/label-last-point-for-excel-2007/comment-page-1/#comment-104623</link>
		<dc:creator>M Bolton</dc:creator>
		<pubDate>Wed, 15 Jun 2011 15:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1748#comment-104623</guid>
		<description>Hi Jon, great macro! With over 30 graphs that are constantly updated, the idea of manually updating the last data label for each had me near tears...  

Just one thing, when I run the macro it removes the custom legend series I have in place. Is there any any way the legend can be left alone?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Jon, great macro! With over 30 graphs that are constantly updated, the idea of manually updating the last data label for each had me near tears&#8230;  </p>
<p>Just one thing, when I run the macro it removes the custom legend series I have in place. Is there any any way the legend can be left alone?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brooklynspo</title>
		<link>http://peltiertech.com/WordPress/label-last-point-for-excel-2007/comment-page-1/#comment-102445</link>
		<dc:creator>brooklynspo</dc:creator>
		<pubDate>Tue, 07 Jun 2011 21:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1748#comment-102445</guid>
		<description>Thank you for the great macro.</description>
		<content:encoded><![CDATA[<p>Thank you for the great macro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Weir</title>
		<link>http://peltiertech.com/WordPress/label-last-point-for-excel-2007/comment-page-1/#comment-75392</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Mon, 07 Mar 2011 21:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1748#comment-75392</guid>
		<description>Hi Jon. Me again. Thought I&#039;d share my other minor tweak to this macro, which is to add &lt;code&gt;If ActiveSheet.ChartObjects.Count = 1 Then ActiveSheet.ChartObjects(1).Select&lt;/code&gt;. I got tired of dismissing the dialog box after forgetting to select the only chart in the sheet!

This macro has got to be my most used macro. It&#039;s a keeper.</description>
		<content:encoded><![CDATA[<p>Hi Jon. Me again. Thought I&#8217;d share my other minor tweak to this macro, which is to add <code>If ActiveSheet.ChartObjects.Count = 1 Then ActiveSheet.ChartObjects(1).Select</code>. I got tired of dismissing the dialog box after forgetting to select the only chart in the sheet!</p>
<p>This macro has got to be my most used macro. It&#8217;s a keeper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff weir</title>
		<link>http://peltiertech.com/WordPress/label-last-point-for-excel-2007/comment-page-1/#comment-53988</link>
		<dc:creator>jeff weir</dc:creator>
		<pubDate>Tue, 14 Dec 2010 01:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1748#comment-53988</guid>
		<description>Hi Jon. Here&#039;s a small tweak that might save a few minutes over our working lives....In the 2003 version of your labellastpoint sub I&#039;ve added this line after the &#039;applydatalabels&#039; bit:
mySrs.DataLabels.Font.Color = mySrs.Border.Color

...which means the text color of the data labels always matches the line color of the appropriate series.

Haven&#039;t tested this in 2007 (only have 2003 at work).</description>
		<content:encoded><![CDATA[<p>Hi Jon. Here&#8217;s a small tweak that might save a few minutes over our working lives&#8230;.In the 2003 version of your labellastpoint sub I&#8217;ve added this line after the &#8216;applydatalabels&#8217; bit:<br />
mySrs.DataLabels.Font.Color = mySrs.Border.Color</p>
<p>&#8230;which means the text color of the data labels always matches the line color of the appropriate series.</p>
<p>Haven&#8217;t tested this in 2007 (only have 2003 at work).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

