<?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: Apply Chart Formatting to Other Charts</title>
	<atom:link href="http://peltiertech.com/WordPress/apply-chart-formatting-to-other-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/apply-chart-formatting-to-other-charts/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:37:49 +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: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/apply-chart-formatting-to-other-charts/comment-page-1/#comment-18348</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 27 Aug 2009 17:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2369#comment-18348</guid>
		<description>Patricio -

This happens because Excel 2007 SP2 apparently has a bug. It doesn&#039;t properly recognize xlFormats or xlPasteFormats. This bug is also present in Excel 2007 SP1 and presumably all Excel 2007 versions.</description>
		<content:encoded><![CDATA[<p>Patricio -</p>
<p>This happens because Excel 2007 SP2 apparently has a bug. It doesn&#8217;t properly recognize xlFormats or xlPasteFormats. This bug is also present in Excel 2007 SP1 and presumably all Excel 2007 versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patricio Cuaron</title>
		<link>http://peltiertech.com/WordPress/apply-chart-formatting-to-other-charts/comment-page-1/#comment-18197</link>
		<dc:creator>Patricio Cuaron</dc:creator>
		<pubDate>Tue, 25 Aug 2009 19:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2369#comment-18197</guid>
		<description>Great code, but in xl2007 sp2 it copies the format AND the data of the charts. Can&#039;t figure out why yet.</description>
		<content:encoded><![CDATA[<p>Great code, but in xl2007 sp2 it copies the format AND the data of the charts. Can&#8217;t figure out why yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mansfield</title>
		<link>http://peltiertech.com/WordPress/apply-chart-formatting-to-other-charts/comment-page-1/#comment-18057</link>
		<dc:creator>John Mansfield</dc:creator>
		<pubDate>Fri, 21 Aug 2009 18:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2369#comment-18057</guid>
		<description>Very nice Jon.  I tend to use worksheet cells for titles and totally missed that one.

I didn&#039;t think I wrote the procedure very well to begin with and am glad you were able to improve it.  

Thanks again.</description>
		<content:encoded><![CDATA[<p>Very nice Jon.  I tend to use worksheet cells for titles and totally missed that one.</p>
<p>I didn&#8217;t think I wrote the procedure very well to begin with and am glad you were able to improve it.  </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdamV</title>
		<link>http://peltiertech.com/WordPress/apply-chart-formatting-to-other-charts/comment-page-1/#comment-18044</link>
		<dc:creator>AdamV</dc:creator>
		<pubDate>Fri, 21 Aug 2009 16:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2369#comment-18044</guid>
		<description>Nice piece of code - as you say, this could be a jumping-off point for people with their own specific requirements.
For example, you could change the name of one chart to &quot;Master&quot; or somesuch, then find this one to copy formats from, and iterate through all the selected charts to apply the formats to.
This does seem to be one of the places where F4 (or CTRL-Y) seems to work just fine, as the last action is the paste special, so you are not plagued with the issues which beset the non-modal formatting dialog boxes.</description>
		<content:encoded><![CDATA[<p>Nice piece of code &#8211; as you say, this could be a jumping-off point for people with their own specific requirements.<br />
For example, you could change the name of one chart to &#8220;Master&#8221; or somesuch, then find this one to copy formats from, and iterate through all the selected charts to apply the formats to.<br />
This does seem to be one of the places where F4 (or CTRL-Y) seems to work just fine, as the last action is the paste special, so you are not plagued with the issues which beset the non-modal formatting dialog boxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Alexander</title>
		<link>http://peltiertech.com/WordPress/apply-chart-formatting-to-other-charts/comment-page-1/#comment-18042</link>
		<dc:creator>Mike Alexander</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2369#comment-18042</guid>
		<description>Nice one Jon.  You should make this part of the dashboarding bootcamp! VBA day.</description>
		<content:encoded><![CDATA[<p>Nice one Jon.  You should make this part of the dashboarding bootcamp! VBA day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://peltiertech.com/WordPress/apply-chart-formatting-to-other-charts/comment-page-1/#comment-18037</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Fri, 21 Aug 2009 15:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2369#comment-18037</guid>
		<description>&quot;Fortunately we’re all expert programmers, with a thorough knowledge of Excel’s object model, so we recognize before even trashing all of our charts what steps we need to take.&quot;

:)

I wonder if a response or followup from the &quot;OP&quot; is forthcoming.</description>
		<content:encoded><![CDATA[<p>&#8220;Fortunately we’re all expert programmers, with a thorough knowledge of Excel’s object model, so we recognize before even trashing all of our charts what steps we need to take.&#8221;</p>
<p>:)</p>
<p>I wonder if a response or followup from the &#8220;OP&#8221; is forthcoming.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

