<?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>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/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-120944</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 17 Aug 2011 11:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-120944</guid>
		<description>Stella -

You have to figure out what to put into the add-in to enumerate the conditional formatting. I have never tried this; perhaps you could Google &#039;list conditional formatting in Excel&#039;. Once you get that, use these pages to help develop it into an add-in.</description>
		<content:encoded><![CDATA[<p>Stella -</p>
<p>You have to figure out what to put into the add-in to enumerate the conditional formatting. I have never tried this; perhaps you could Google &#8216;list conditional formatting in Excel&#8217;. Once you get that, use these pages to help develop it into an add-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stella Maris Gonzalez</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-120486</link>
		<dc:creator>Stella Maris Gonzalez</dc:creator>
		<pubDate>Tue, 16 Aug 2011 16:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-120486</guid>
		<description>I need to build an Excel Add-In component to get the list of all the conditional formatting in a workbook.
Can you help me?
Thanks!</description>
		<content:encoded><![CDATA[<p>I need to build an Excel Add-In component to get the list of all the conditional formatting in a workbook.<br />
Can you help me?<br />
Thanks!</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-56910</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 28 Dec 2010 00:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-56910</guid>
		<description>You have to use

=SLOPE($B11:$B21,$A11:$A21)

with the cell addresses in the SLOPE function. Or you can use INDIRECT as follows. Suppose A1 contains &quot;$A11:$A21&quot; and B1 contains &quot;$B11:$B21&quot; (without quotes). This will give you the slope you want:

=SLOPE(INDIRECT(B1),INDIRECT(A1))</description>
		<content:encoded><![CDATA[<p>You have to use</p>
<p>=SLOPE($B11:$B21,$A11:$A21)</p>
<p>with the cell addresses in the SLOPE function. Or you can use INDIRECT as follows. Suppose A1 contains &#8220;$A11:$A21&#8243; and B1 contains &#8220;$B11:$B21&#8243; (without quotes). This will give you the slope you want:</p>
<p>=SLOPE(INDIRECT(B1),INDIRECT(A1))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meyer garber</title>
		<link>http://peltiertech.com/WordPress/build-an-excel-add-in-3-auxiliary-modular-functions/comment-page-1/#comment-56892</link>
		<dc:creator>meyer garber</dc:creator>
		<pubDate>Mon, 27 Dec 2010 23:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2755#comment-56892</guid>
		<description>The ? indicates my ignorance to begin with. A simple question :
suppose I have a cell, say A33, with this text or whatever you call it in it: 
$B11:$B21,$A11:$A21. 
Legitimate x-y data are in these ranges. You cannot now type =slope(A33) in some other cell and get the slope. Why not? and how could you do it? 
Many thanks. Maybe the answer is somewhere in your wonderful site.
mg</description>
		<content:encoded><![CDATA[<p>The ? indicates my ignorance to begin with. A simple question :<br />
suppose I have a cell, say A33, with this text or whatever you call it in it:<br />
$B11:$B21,$A11:$A21.<br />
Legitimate x-y data are in these ranges. You cannot now type =slope(A33) in some other cell and get the slope. Why not? and how could you do it?<br />
Many thanks. Maybe the answer is somewhere in your wonderful site.<br />
mg</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

