<?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: Triangle Fractal</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/10/23/triangle-fractal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/10/23/triangle-fractal/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:03:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: RobertV</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/23/triangle-fractal/#comment-16996</link>
		<dc:creator>RobertV</dc:creator>
		<pubDate>Mon, 24 Oct 2005 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1266#comment-16996</guid>
		<description>&lt;p&gt;Although black and white is what sierpinski saw, it is more colourfull to whatch it with:&lt;/p&gt;
&lt;p&gt;Sub PlacePointWsh(ByVal NewX As Long, ByVal NewY As Long, ByRef wsh As Worksheet)&lt;/p&gt;
&lt;p&gt;    wsh.Cells(NewY, NewX).Interior.Color = Choose(Int(7 * Rnd + 1), _&lt;br&gt;
        vbBlack, vbRed, vbBlue, vbGreen, vbYellow, vbMagenta, vbWhite)&lt;/p&gt;
&lt;p&gt;End Sub&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Although black and white is what sierpinski saw, it is more colourfull to whatch it with:</p>
<p>Sub PlacePointWsh(ByVal NewX As Long, ByVal NewY As Long, ByRef wsh As Worksheet)</p>
<p>    wsh.Cells(NewY, NewX).Interior.Color = Choose(Int(7 * Rnd + 1), _<br />
        vbBlack, vbRed, vbBlue, vbGreen, vbYellow, vbMagenta, vbWhite)</p>
<p>End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Pope</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/23/triangle-fractal/#comment-16990</link>
		<dc:creator>Andy Pope</dc:creator>
		<pubDate>Mon, 24 Oct 2005 09:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1266#comment-16990</guid>
		<description>&lt;p&gt;Talking of mandelbrot...&lt;br&gt;
&lt;a href=&quot;http://www.andypope.info/fun/mandelbrot.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.andypope.info/fun/mandelbrot.htm&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Talking of mandelbrot&#8230;<br />
<a href="http://www.andypope.info/fun/mandelbrot.htm" rel="nofollow">http://www.andypope.info/fun/mandelbrot.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/23/triangle-fractal/#comment-16988</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 24 Oct 2005 04:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1266#comment-16988</guid>
		<description>&lt;p&gt;Oh thanks a lot. That&#039;s a half hour I&#039;ll never get back.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh thanks a lot. That&#8217;s a half hour I&#8217;ll never get back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/10/23/triangle-fractal/#comment-16987</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Mon, 24 Oct 2005 03:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1266#comment-16987</guid>
		<description>&lt;p&gt;Fractals are beautiful aren&#039;t they?&lt;/p&gt;
&lt;p&gt;I really like animated fractals too, like zooming into a mandelbrot.&lt;/p&gt;
&lt;p&gt;The method you describe is pretty much how my &lt;a href=&quot;http://www.dicks-blog.com/archives/2005/01/15/surface-chart-3d-terrain-generator/&quot; rel=&quot;nofollow&quot;&gt;fractal landscape generator&lt;/a&gt; works.&lt;/p&gt;
&lt;p&gt;After I created the formula page, I noticed how big the workbook got - about 2MB. Being wary of large downloads, I decided to create the formula page on workbook open.&lt;br&gt;
A fractal generator generator.&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fractals are beautiful aren&#8217;t they?</p>
<p>I really like animated fractals too, like zooming into a mandelbrot.</p>
<p>The method you describe is pretty much how my <a href="http://www.dicks-blog.com/archives/2005/01/15/surface-chart-3d-terrain-generator/" rel="nofollow">fractal landscape generator</a> works.</p>
<p>After I created the formula page, I noticed how big the workbook got &#8211; about 2MB. Being wary of large downloads, I decided to create the formula page on workbook open.<br />
A fractal generator generator.</p>
<p>Rob</p>
]]></content:encoded>
	</item>
</channel>
</rss>

