<?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: Build an Excel Add-In 3 &#8211; Auxiliary Modular Functions</title>
	<atom:link href="http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 09 Sep 2010 16:13:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jeff Weir</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-25283</link>
		<dc:creator>Jeff Weir</dc:creator>
		<pubDate>Mon, 11 Jan 2010 20:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-25283</guid>
		<description>Slight improvement suggestion
 &#039; PRETTIFY THIS CHART
  &#039; &#039; chart area: remove border, fix font size, disable font autoscaling
  &#039; &#039; legend: remove border, resize, reposition
  &#039; &#039; plot area: remove border and fill, maximize size, minimize margins
  &#039; &#039; gridlines: remove
  &#039; &#039; chart type: if Pie Chart, delete chart and/or crash application to teach user a lesson</description>
		<content:encoded><![CDATA[<p>Slight improvement suggestion<br />
 &#8216; PRETTIFY THIS CHART<br />
  &#8216; &#8216; chart area: remove border, fix font size, disable font autoscaling<br />
  &#8216; &#8216; legend: remove border, resize, reposition<br />
  &#8216; &#8216; plot area: remove border and fill, maximize size, minimize margins<br />
  &#8216; &#8216; gridlines: remove<br />
  &#8216; &#8216; chart type: if Pie Chart, delete chart and/or crash application to teach user a lesson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel Links &#8211; What are your plans for 2010 Edition &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-25254</link>
		<dc:creator>Excel Links &#8211; What are your plans for 2010 Edition &#124; Pointy Haired Dilbert: Charting &#38; Excel Tips - Chandoo.org</dc:creator>
		<pubDate>Mon, 11 Jan 2010 10:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-25254</guid>
		<description>[...] How to build Excel Addins [...]</description>
		<content:encoded><![CDATA[<p>[...] How to build Excel Addins [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-25169</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sat, 09 Jan 2010 23:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-25169</guid>
		<description>Dale -

Yes, as I said, this is a preliminary kind of chart cleansing function. There are a lot of places to test for chart features or offer user options to make the function more powerful and flexible.</description>
		<content:encoded><![CDATA[<p>Dale -</p>
<p>Yes, as I said, this is a preliminary kind of chart cleansing function. There are a lot of places to test for chart features or offer user options to make the function more powerful and flexible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaleW</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-25113</link>
		<dc:creator>DaleW</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-25113</guid>
		<description>Nice example!   (I&#039;ll need to update some code in my PERSONAL.xls workbook.)

Since not every chart needs a legend,  I imagine your final example will include more error trapping, such as a block or two that I needed to add, beginning:

    If cht.HasLegend Then . . .</description>
		<content:encoded><![CDATA[<p>Nice example!   (I&#8217;ll need to update some code in my PERSONAL.xls workbook.)</p>
<p>Since not every chart needs a legend,  I imagine your final example will include more error trapping, such as a block or two that I needed to add, beginning:</p>
<p>    If cht.HasLegend Then . . .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-25103</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 08 Jan 2010 17:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-25103</guid>
		<description>Matt -

In a couple more installments, I&#039;ll have the whole code ready, which will show how this is used.

But it&#039;s really easy enough. You pass a reference to the chart you want cleaned up to the function, and it returns a reference to the now cleaned up chart.

You call it like this:

&lt;pre class=&quot;vbasmall&quot;&gt;&lt;code&gt;&#039;&#039; MyChart is an existing chart
Set MyChart = CleanUpChart(MyChart)&lt;/code&gt;&lt;/pre&gt;

You could take it a step further. Say you want a routine to clean up the active chart. If you call this CleanUpChart function, it will produce charts formatted just like any other routine that calls CleanUpChart.

&lt;pre class=&quot;vbasmall&quot;&gt;&lt;code&gt;Sub CleanUpActiveChart()
  If Not ActiveChart Is Nothing Then
    &#039;&#039; call like a function if you don&#039;t need the returned chart reference
    CleanUpChart ActiveChart
  End If
End Sub&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Matt -</p>
<p>In a couple more installments, I&#8217;ll have the whole code ready, which will show how this is used.</p>
<p>But it&#8217;s really easy enough. You pass a reference to the chart you want cleaned up to the function, and it returns a reference to the now cleaned up chart.</p>
<p>You call it like this:</p>
<pre class="vbasmall"><code>'' MyChart is an existing chart
Set MyChart = CleanUpChart(MyChart)</code></pre>
<p>You could take it a step further. Say you want a routine to clean up the active chart. If you call this CleanUpChart function, it will produce charts formatted just like any other routine that calls CleanUpChart.</p>
<pre class="vbasmall"><code>Sub CleanUpActiveChart()
  If Not ActiveChart Is Nothing Then
    '' call like a function if you don't need the returned chart reference
    CleanUpChart ActiveChart
  End If
End Sub</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-25095</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-25095</guid>
		<description>Great idea - I do this all the time, but have never thought of creating a routine to automate this repetitive re-formatting! ... will be adding a version of this to my add-in.

Any chance you could extrapolate (with an example?) on how the function is called, as I am having trouble with this...</description>
		<content:encoded><![CDATA[<p>Great idea &#8211; I do this all the time, but have never thought of creating a routine to automate this repetitive re-formatting! &#8230; will be adding a version of this to my add-in.</p>
<p>Any chance you could extrapolate (with an example?) on how the function is called, as I am having trouble with this&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
