<?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: Pentagon Fractal</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/10/24/pentagon-fractal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/10/24/pentagon-fractal/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: zeljko</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/24/pentagon-fractal/#comment-17036</link>
		<dc:creator>zeljko</dc:creator>
		<pubDate>Thu, 27 Oct 2005 05:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1267#comment-17036</guid>
		<description>&lt;p&gt;Sub Tapis()&lt;br&gt;
    &#039;Autor?&lt;br&gt;
    ActiveSheet.Unprotect&lt;br&gt;
    Randomize&lt;br&gt;
    couleur = Int(28 * Rnd + 3)&lt;br&gt;
    For Each fou In Range(&quot;Table&quot;)&lt;br&gt;
        If fou.Value  0 And fou.Value Mod 2 = 0 Then fou.Interior.ColorIndex = couleur&lt;br&gt;
    Next fou&lt;br&gt;
    Randomize&lt;br&gt;
    couleur = Int(28 * Rnd + 3)&lt;br&gt;
    For Each la In Range(&quot;Table1?)&lt;br&gt;
        If la.Value  0 And la.Value Mod 2 = 1 Then la.Interior.ColorIndex = couleur&lt;br&gt;
    Next la&lt;br&gt;
    ActiveSheet.Protect&lt;br&gt;
End Sub&lt;br&gt;
Sub efface()&lt;br&gt;
    ActiveSheet.Unprotect&lt;br&gt;
    Range(&quot;Table&quot;).Interior.ColorIndex = xlNone&lt;br&gt;
    Range(&quot;Table1?).Interior.ColorIndex = xlNone&lt;br&gt;
    ActiveSheet.Protect&lt;br&gt;
End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sub Tapis()<br />
    &#8216;Autor?<br />
    ActiveSheet.Unprotect<br />
    Randomize<br />
    couleur = Int(28 * Rnd + 3)<br />
    For Each fou In Range(&#8220;Table&#8221;)<br />
        If fou.Value  0 And fou.Value Mod 2 = 0 Then fou.Interior.ColorIndex = couleur<br />
    Next fou<br />
    Randomize<br />
    couleur = Int(28 * Rnd + 3)<br />
    For Each la In Range(&#8220;Table1?)<br />
        If la.Value  0 And la.Value Mod 2 = 1 Then la.Interior.ColorIndex = couleur<br />
    Next la<br />
    ActiveSheet.Protect<br />
End Sub<br />
Sub efface()<br />
    ActiveSheet.Unprotect<br />
    Range(&#8220;Table&#8221;).Interior.ColorIndex = xlNone<br />
    Range(&#8220;Table1?).Interior.ColorIndex = xlNone<br />
    ActiveSheet.Protect<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/24/pentagon-fractal/#comment-17035</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 27 Oct 2005 04:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1267#comment-17035</guid>
		<description>&lt;p&gt;Alan -&lt;/p&gt;
&lt;p&gt;Here&#039;s how it works, but you have to promise not to tell anyone.&lt;/p&gt;
&lt;p&gt;It&#039;s magic!&lt;/p&gt;
&lt;p&gt;- Jon&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alan -</p>
<p>Here&#8217;s how it works, but you have to promise not to tell anyone.</p>
<p>It&#8217;s magic!</p>
<p>- Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/24/pentagon-fractal/#comment-17026</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 26 Oct 2005 04:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1267#comment-17026</guid>
		<description>&lt;p&gt;Wow Hui!&lt;/p&gt;
&lt;p&gt;I am totally blown away by that.&lt;/p&gt;
&lt;p&gt;If I had a spare day or two, I might have looked into how you did it, but then again, I sometimes think that knowing why a sunset happens actually takes something away from the experience so perhaps I&#039;ll just remain in awe.&lt;/p&gt;
&lt;p&gt;Alan.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;
The views expressed are my own, and not those of my employer or anyone else associated with me.&lt;/p&gt;
&lt;p&gt;My current valid email address is:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;mailto:6f7chu602@sneakemail.com&quot;&gt;6f7chu602@sneakemail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is valid as is.  It is not munged, or altered at all.&lt;/p&gt;
&lt;p&gt;It will be valid for AT LEAST one month from the date of this post.&lt;/p&gt;
&lt;p&gt;If you are trying to contact me after that time,&lt;br&gt;
it MAY still be valid, but may also have been&lt;br&gt;
deactivated due to spam.  If so, and you want&lt;br&gt;
to contact me by email, try searching for a&lt;br&gt;
more recent post by me to find my current&lt;br&gt;
email address.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow Hui!</p>
<p>I am totally blown away by that.</p>
<p>If I had a spare day or two, I might have looked into how you did it, but then again, I sometimes think that knowing why a sunset happens actually takes something away from the experience so perhaps I&#8217;ll just remain in awe.</p>
<p>Alan.</p>
<p><br />
The views expressed are my own, and not those of my employer or anyone else associated with me.</p>
<p>My current valid email address is:</p>
<p><a href="mailto:6f7chu602@sneakemail.com">6f7chu602@sneakemail.com</a></p>
<p>This is valid as is.  It is not munged, or altered at all.</p>
<p>It will be valid for AT LEAST one month from the date of this post.</p>
<p>If you are trying to contact me after that time,<br />
it MAY still be valid, but may also have been<br />
deactivated due to spam.  If so, and you want<br />
to contact me by email, try searching for a<br />
more recent post by me to find my current<br />
email address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/24/pentagon-fractal/#comment-17018</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Tue, 25 Oct 2005 19:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1267#comment-17018</guid>
		<description>&lt;p&gt;Hui,&lt;/p&gt;
&lt;p&gt;That is amazing!  I&#039;m going to waste hours on figuring out how you did it.&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hui,</p>
<p>That is amazing!  I&#8217;m going to waste hours on figuring out how you did it.</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hui</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/24/pentagon-fractal/#comment-17013</link>
		<dc:creator>Hui</dc:creator>
		<pubDate>Tue, 25 Oct 2005 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1267#comment-17013</guid>
		<description>&lt;p&gt;I have been playing with Fractals for many years and was recently given a challenge at a meeting where I had stated &quot;Why don&#039;t we do that in Excel? You can do everything in Excel&quot;.&lt;br&gt;
&quot;You Can&#039;t make Mandelbrots without using code&quot; came the response.&lt;/p&gt;
&lt;p&gt;So 1 Hr later here is Excel_Madlbrot.xls with a graphics output and no VBA code. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ianeva.info/Excel_Mandelbrot/Excel_Mandelbrot.html&quot; rel=&quot;nofollow&quot;&gt;http://www.ianeva.info/Excel_Mandelbrot/Excel_Mandelbrot.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hui...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been playing with Fractals for many years and was recently given a challenge at a meeting where I had stated &#8220;Why don&#8217;t we do that in Excel? You can do everything in Excel&#8221;.<br />
&#8220;You Can&#8217;t make Mandelbrots without using code&#8221; came the response.</p>
<p>So 1 Hr later here is Excel_Madlbrot.xls with a graphics output and no VBA code. </p>
<p><a href="http://www.ianeva.info/Excel_Mandelbrot/Excel_Mandelbrot.html" rel="nofollow">http://www.ianeva.info/Excel_Mandelbrot/Excel_Mandelbrot.html</a></p>
<p>Hui&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

