<?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: Circular References &#8211; The Good Kind</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/05/12/circular-references-the-good-kind/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/05/12/circular-references-the-good-kind/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:32:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Marc</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/12/circular-references-the-good-kind/#comment-49178</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 20 Aug 2010 17:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=537#comment-49178</guid>
		<description>&lt;p&gt;Isn&#039;t there a way to leave iterations always on by putting something in the registry? Usually use Excel to make simulations of scientific problems and it is annoying to have to switch iteration on all the time. Trying to avoid macros I was hoping there would be a registry key overriding this behaviour and set iteration = always on. Anyone?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t there a way to leave iterations always on by putting something in the registry? Usually use Excel to make simulations of scientific problems and it is annoying to have to switch iteration on all the time. Trying to avoid macros I was hoping there would be a registry key overriding this behaviour and set iteration = always on. Anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bonneau</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/12/circular-references-the-good-kind/#comment-18118</link>
		<dc:creator>Paul Bonneau</dc:creator>
		<pubDate>Sun, 08 Jan 2006 03:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=537#comment-18118</guid>
		<description>&lt;p&gt;I have found that if you need to debug an iterative process, you can set the number of iterations to 1 in Tools&gt;Options&gt;Calculation and just step through it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have found that if you need to debug an iterative process, you can set the number of iterations to 1 in Tools&gt;Options&gt;Calculation and just step through it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maarten</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/12/circular-references-the-good-kind/#comment-16918</link>
		<dc:creator>maarten</dc:creator>
		<pubDate>Wed, 19 Oct 2005 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=537#comment-16918</guid>
		<description>&lt;p&gt;If you assign the macro to the Open event for the workbook, then it will run every time the workbook is opened, ensuring that you won&#039;t see the warning you don&#039;t want to see. The macro appears as follows:&lt;/p&gt;
&lt;p&gt;Private Sub Workbook_Open()&lt;br&gt;
    Application.Iteration = True&lt;br&gt;
End Sub&lt;/p&gt;
&lt;p&gt;If you have a Personal.xls workbook defined for your system, you can add this macro to it instead of to individual workbooks. In that way you can ensure that the Iteration check box is always selected for every Excel session.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you assign the macro to the Open event for the workbook, then it will run every time the workbook is opened, ensuring that you won&#8217;t see the warning you don&#8217;t want to see. The macro appears as follows:</p>
<p>Private Sub Workbook_Open()<br />
    Application.Iteration = True<br />
End Sub</p>
<p>If you have a Personal.xls workbook defined for your system, you can add this macro to it instead of to individual workbooks. In that way you can ensure that the Iteration check box is always selected for every Excel session.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/12/circular-references-the-good-kind/#comment-1497</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Thu, 13 May 2004 10:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=537#comment-1497</guid>
		<description>&lt;p&gt;Application.DisplayAlerts = False, not what your looking for i geuss Ron, buy you might be able to assign a keyboard short cut and toggle it on and off if your writing losts of cir refs.&lt;/p&gt;
&lt;p&gt;On another not cir ref must be used carefully, esp. when dealing with tax, becase they make assumptions about when the tax (in this case) is companded - see the paper &quot;Business Dynamics, Spreadsheet Modelling Best Practice&quot; [4-31,32] for more info. &lt;/p&gt;
&lt;p&gt;- doing a google with the qoute marks will bring up the papaer.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Application.DisplayAlerts = False, not what your looking for i geuss Ron, buy you might be able to assign a keyboard short cut and toggle it on and off if your writing losts of cir refs.</p>
<p>On another not cir ref must be used carefully, esp. when dealing with tax, becase they make assumptions about when the tax (in this case) is companded &#8211; see the paper &#8220;Business Dynamics, Spreadsheet Modelling Best Practice&#8221; [4-31,32] for more info. </p>
<p>- doing a google with the qoute marks will bring up the papaer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khodge</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/12/circular-references-the-good-kind/#comment-1496</link>
		<dc:creator>khodge</dc:creator>
		<pubDate>Wed, 12 May 2004 23:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=537#comment-1496</guid>
		<description>&lt;p&gt;Hitting the escape key avoids Help&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hitting the escape key avoids Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Berry</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/05/12/circular-references-the-good-kind/#comment-1495</link>
		<dc:creator>Ron Berry</dc:creator>
		<pubDate>Wed, 12 May 2004 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=537#comment-1495</guid>
		<description>&lt;p&gt;I also hate it when Excel automatically pops up the &quot;Help&quot; window describing circular references.  This is very annoying, and I&#039;m wondering if someone knows of how to disable this.  I&#039;m thinking it probably can&#039;t be disabled, so is it possible to write VBA code that will initiate when help displays info on circular references?  Could the code automatically cancel the help window when the circular references screen came up?  I&#039;m assuming that there may be a help ID number associated with the circular references help screen.  Any ideas? Thanks,&lt;br&gt;
Ron&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I also hate it when Excel automatically pops up the &#8220;Help&#8221; window describing circular references.  This is very annoying, and I&#8217;m wondering if someone knows of how to disable this.  I&#8217;m thinking it probably can&#8217;t be disabled, so is it possible to write VBA code that will initiate when help displays info on circular references?  Could the code automatically cancel the help window when the circular references screen came up?  I&#8217;m assuming that there may be a help ID number associated with the circular references help screen.  Any ideas? Thanks,<br />
Ron</p>
]]></content:encoded>
	</item>
</channel>
</rss>

