<?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 &#8211; Updated Add-In</title>
	<atom:link href="http://peltiertech.com/WordPress/label-last-point-updated-add-in/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/label-last-point-updated-add-in/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:51: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: Anonymous</title>
		<link>http://peltiertech.com/WordPress/label-last-point-updated-add-in/comment-page-1/#comment-128396</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 09 Sep 2011 06:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2606#comment-128396</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/label-last-point-updated-add-in/comment-page-1/#comment-32690</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 05 May 2010 15:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2606#comment-32690</guid>
		<description>Ignacio -

I meant unzip the downloaded zip file to extract the add-in file (PTSLabelLastPoint.xla), then use the protocol at the link provided to install the file as an Excel add-in.

The code you&#039;ve requested is in the add-in.</description>
		<content:encoded><![CDATA[<p>Ignacio -</p>
<p>I meant unzip the downloaded zip file to extract the add-in file (PTSLabelLastPoint.xla), then use the protocol at the link provided to install the file as an Excel add-in.</p>
<p>The code you&#8217;ve requested is in the add-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignacio</title>
		<link>http://peltiertech.com/WordPress/label-last-point-updated-add-in/comment-page-1/#comment-32685</link>
		<dc:creator>Ignacio</dc:creator>
		<pubDate>Wed, 05 May 2010 15:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2606#comment-32685</guid>
		<description>Hello Jon,

Thanks a lot for posting your work.  It has been very useful to me!

I am writing because I have two questions:
1. Could you please post the macro for Excel 2007 that includes the adjustment to the code that would apply last point labels to the active chart or to all selected charts?
2. I know how to install an Add-in... but I do not know how to &quot;unpack the add-in (PTSLabelLastPoint.xla)&quot;.  Could you please explain the process of downloading and unpacking the add-in?

Best regards,

Ignacio</description>
		<content:encoded><![CDATA[<p>Hello Jon,</p>
<p>Thanks a lot for posting your work.  It has been very useful to me!</p>
<p>I am writing because I have two questions:<br />
1. Could you please post the macro for Excel 2007 that includes the adjustment to the code that would apply last point labels to the active chart or to all selected charts?<br />
2. I know how to install an Add-in&#8230; but I do not know how to &#8220;unpack the add-in (PTSLabelLastPoint.xla)&#8221;.  Could you please explain the process of downloading and unpacking the add-in?</p>
<p>Best regards,</p>
<p>Ignacio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/label-last-point-updated-add-in/comment-page-1/#comment-22267</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 16 Nov 2009 01:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2606#comment-22267</guid>
		<description>Dale -

The problem was easy to fix. When the point already has a label with a formula (maybe any label, I didn&#039;t check), the AddDataLabel method doesn&#039;t change the label.

The solution? Delete the label before adding the label that is called for in the program.

I&#039;ve updated a corrected version of the utility.</description>
		<content:encoded><![CDATA[<p>Dale -</p>
<p>The problem was easy to fix. When the point already has a label with a formula (maybe any label, I didn&#8217;t check), the AddDataLabel method doesn&#8217;t change the label.</p>
<p>The solution? Delete the label before adding the label that is called for in the program.</p>
<p>I&#8217;ve updated a corrected version of the utility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://peltiertech.com/WordPress/label-last-point-updated-add-in/comment-page-1/#comment-22225</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 15 Nov 2009 00:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2606#comment-22225</guid>
		<description>Hi, Jon,

Thanks for posting this new code. Viewing the code is always a great learning experience for me. If you have some time, I&#039;d really love to see a post about how to make add-ins. I often share macros with other folks in my organization by pasting code in an email. It would be really nice to compile some of the better macros and distribute to the less technical colleagues as an add-in. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, Jon,</p>
<p>Thanks for posting this new code. Viewing the code is always a great learning experience for me. If you have some time, I&#8217;d really love to see a post about how to make add-ins. I often share macros with other folks in my organization by pasting code in an email. It would be really nice to compile some of the better macros and distribute to the less technical colleagues as an add-in. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/label-last-point-updated-add-in/comment-page-1/#comment-22196</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 14 Nov 2009 01:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2606#comment-22196</guid>
		<description>Hi Dale -

Seems to be a version control issue one my end. The problem is that I have a number of versions of this utility, including one in my personal macro add-in and more than one standalone. I need to get the latest and greatest before I add this last functionality.</description>
		<content:encoded><![CDATA[<p>Hi Dale -</p>
<p>Seems to be a version control issue one my end. The problem is that I have a number of versions of this utility, including one in my personal macro add-in and more than one standalone. I need to get the latest and greatest before I add this last functionality.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

