<?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: Searching Files in Subfolders for VBA code string</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/02/25/searching-files-in-subfolders-for-vba-code-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/02/25/searching-files-in-subfolders-for-vba-code-string/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Grant Kilvington</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/25/searching-files-in-subfolders-for-vba-code-string/#comment-28078</link>
		<dc:creator>Grant Kilvington</dc:creator>
		<pubDate>Tue, 16 Oct 2007 03:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1036#comment-28078</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Nice blog, thanks.  I&#039;m trying to find a file that has all the Excel enumerations set out - something like a header or some other &quot;include&quot; thing.&lt;/p&gt;
&lt;p&gt;So far unsuccessful - any hints?&lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;
&lt;p&gt;Grant&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice blog, thanks.  I&#8217;m trying to find a file that has all the Excel enumerations set out &#8211; something like a header or some other &#8220;include&#8221; thing.</p>
<p>So far unsuccessful &#8211; any hints?</p>
<p>Cheers.</p>
<p>Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Sale</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/25/searching-files-in-subfolders-for-vba-code-string/#comment-19823</link>
		<dc:creator>Josh Sale</dc:creator>
		<pubDate>Sat, 03 Jun 2006 20:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1036#comment-19823</guid>
		<description>&lt;p&gt;Looks like FileSearch is gone in Excel 2007!&lt;/p&gt;
&lt;p&gt;josh&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Looks like FileSearch is gone in Excel 2007!</p>
<p>josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/25/searching-files-in-subfolders-for-vba-code-string/#comment-9171</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 06 Mar 2005 14:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1036#comment-9171</guid>
		<description>&lt;p&gt;Matt&lt;/p&gt;
&lt;p&gt;You need to do the following. On the menu go to ToolsMacroSecurity, select the &quot;Trusted Publishers&quot; tab and check the option &quot;Trust access to Visual Basic Project&quot; and the code should run. I&#039;m using Excel 2003 but as far as i&#039;m aware it should be the same process in 2000 and 2002.&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Matt</p>
<p>You need to do the following. On the menu go to ToolsMacroSecurity, select the &#8220;Trusted Publishers&#8221; tab and check the option &#8220;Trust access to Visual Basic Project&#8221; and the code should run. I&#8217;m using Excel 2003 but as far as i&#8217;m aware it should be the same process in 2000 and 2002.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/25/searching-files-in-subfolders-for-vba-code-string/#comment-9128</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 03 Mar 2005 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1036#comment-9128</guid>
		<description>&lt;p&gt;When I run the code, I get an error saying that &quot;Programmatic access to Visual Basic Project is not trusted&quot;. &lt;/p&gt;
&lt;p&gt;Is there a security setting that I need to change?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I run the code, I get an error saying that &#8220;Programmatic access to Visual Basic Project is not trusted&#8221;. </p>
<p>Is there a security setting that I need to change?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob van Gelder</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/25/searching-files-in-subfolders-for-vba-code-string/#comment-8966</link>
		<dc:creator>Rob van Gelder</dc:creator>
		<pubDate>Sat, 26 Feb 2005 22:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1036#comment-8966</guid>
		<description>&lt;p&gt;Joseph,&lt;/p&gt;
&lt;p&gt;I could have gone: Set rng = rng(2)&lt;br&gt;
but I&#039;m not a big fan of that method because I believe it reduces readability.&lt;/p&gt;
&lt;p&gt;That said, I still use it sometimes...&lt;br&gt;
Set rng = Selection(1)&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br&gt;
Rob&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Joseph,</p>
<p>I could have gone: Set rng = rng(2)<br />
but I&#8217;m not a big fan of that method because I believe it reduces readability.</p>
<p>That said, I still use it sometimes&#8230;<br />
Set rng = Selection(1)</p>
<p>Cheers,<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/02/25/searching-files-in-subfolders-for-vba-code-string/#comment-8963</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sat, 26 Feb 2005 18:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1036#comment-8963</guid>
		<description>&lt;p&gt;Beautiful, Rob.&lt;/p&gt;
&lt;p&gt;I thought this was elegant:&lt;/p&gt;
&lt;p&gt;Set rng = rng.Offset(1, 0)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Beautiful, Rob.</p>
<p>I thought this was elegant:</p>
<p>Set rng = rng.Offset(1, 0)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

