<?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: Excel Word Search Generator</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-57321</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 18 Jan 2011 15:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-57321</guid>
		<description>&lt;p&gt;This just makes the grid, you have to solve it yourself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This just makes the grid, you have to solve it yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda, VP Games</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-57140</link>
		<dc:creator>Linda, VP Games</dc:creator>
		<pubDate>Sun, 16 Jan 2011 04:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-57140</guid>
		<description>&lt;p&gt;I don&#039;t follow how this would work in Excel.  How would the solution lines work, or does this just create the letter grid?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t follow how this would work in Excel.  How would the solution lines work, or does this just create the letter grid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-40433</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Sat, 01 Aug 2009 06:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-40433</guid>
		<description>&lt;p&gt;OK, I get it.  I put a counter in there so that after 1,000 iterations, it would stop.  You&#039;re list of words is too long for a 27×27 grid and it quits after it can&#039;t find space for them all.  This is a good data point for the algorithm to determine optimum grid size.  I wonder how that online place does it.  Brute force would take too long.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OK, I get it.  I put a counter in there so that after 1,000 iterations, it would stop.  You&#8217;re list of words is too long for a 27×27 grid and it quits after it can&#8217;t find space for them all.  This is a good data point for the algorithm to determine optimum grid size.  I wonder how that online place does it.  Brute force would take too long.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-40370</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Tue, 28 Jul 2009 18:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-40370</guid>
		<description>&lt;p&gt;Matthew: I can&#039;t think why some would be excluded.  Do you mind sending me the list? &lt;a href=&quot;mailto:dkusleika@gmail.com&quot;&gt;dkusleika@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Oh, I think I should clean the words of any non-alpha characters like hyphens, don&#039;t you think?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Matthew: I can&#8217;t think why some would be excluded.  Do you mind sending me the list? <a href="mailto:dkusleika@gmail.com">dkusleika@gmail.com</a></p>
<p>Oh, I think I should clean the words of any non-alpha characters like hyphens, don&#8217;t you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-40363</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-40363</guid>
		<description>&lt;p&gt;Replying to my own challenge - all you would need to do would be to store the initial cell and the direction and have these available in a dictionary or lookup table. Then you need a routine to highlight N cells given any starting cell and a direction.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Replying to my own challenge &#8211; all you would need to do would be to store the initial cell and the direction and have these available in a dictionary or lookup table. Then you need a routine to highlight N cells given any starting cell and a direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-40362</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 27 Jul 2009 14:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-40362</guid>
		<description>&lt;p&gt;Fantastic - I will have great fun looking at your code! &lt;/p&gt;
&lt;p&gt;I tried it out with a list of 95 Harry Potter names (max length 22, grid size = 22/0.8 = 27). The puzzle seemed to generate quite well but I noticed that while two of the names (Justrin-Finchley and You-Know-Who) contained hyphens there was only one hyphen in the grid. So not all the words are always included in the list and there is no indication of which words have been included and which not.&lt;/p&gt;
&lt;p&gt;Which made me wonder how difficult it would be to enhance the code so that if you highlight any word in the list the corresponding entry in the grid is highlighted ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fantastic &#8211; I will have great fun looking at your code! </p>
<p>I tried it out with a list of 95 Harry Potter names (max length 22, grid size = 22/0.8 = 27). The puzzle seemed to generate quite well but I noticed that while two of the names (Justrin-Finchley and You-Know-Who) contained hyphens there was only one hyphen in the grid. So not all the words are always included in the list and there is no indication of which words have been included and which not.</p>
<p>Which made me wonder how difficult it would be to enhance the code so that if you highlight any word in the list the corresponding entry in the grid is highlighted &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-40337</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 24 Jul 2009 11:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-40337</guid>
		<description>&lt;p&gt;I&#039;m guessing he killed someone close to him to deserve that advice...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing he killed someone close to him to deserve that advice&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dcardno</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-40322</link>
		<dc:creator>dcardno</dc:creator>
		<pubDate>Thu, 23 Jul 2009 04:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-40322</guid>
		<description>&lt;p&gt;Doug - what has Jon ever done to you? ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Doug &#8211; what has Jon ever done to you? <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Jenkins</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-40320</link>
		<dc:creator>Doug Jenkins</dc:creator>
		<pubDate>Wed, 22 Jul 2009 22:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-40320</guid>
		<description>&lt;p&gt;Jon - you&#039;d better start using 2007 then :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jon &#8211; you&#8217;d better start using 2007 then <img src='http://www.dailydoseofexcel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/07/21/excel-word-search-generator/#comment-40319</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2716#comment-40319</guid>
		<description>&lt;p&gt;Doug -&lt;/p&gt;
&lt;p&gt;#NAME?#NAME?#NAME?#NAME?#NAME?#NAME?&lt;/p&gt;
&lt;p&gt;Oops! Forgot to install the ATP when I set up a new computer.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Doug -</p>
<p>#NAME?#NAME?#NAME?#NAME?#NAME?#NAME?</p>
<p>Oops! Forgot to install the ATP when I set up a new computer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

