<?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: The fastest way to find the file in chosen location	</title>
	<atom:link href="https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 03 Aug 2021 16:55:27 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/#comment-3567</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 24 Dec 2020 09:10:19 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=612#comment-3567</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/#comment-3470&quot;&gt;p&lt;/a&gt;.

Correct. But this is beauty of the coding - there is no the only solution for the problem.
This article can be useful for example if You don&#039;t know the whole name of the file You looking for, Dir will not help in such case.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/#comment-3470">p</a>.</p>
<p>Correct. But this is beauty of the coding &#8211; there is no the only solution for the problem.<br />
This article can be useful for example if You don&#8217;t know the whole name of the file You looking for, Dir will not help in such case.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/#comment-3557</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Wed, 23 Dec 2020 22:44:12 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=612#comment-3557</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/#comment-3095&quot;&gt;Sam&lt;/a&gt;.

Try to create separate function to loop through the subfolders and just call it whenever code find any. It will call function in function in function etc as many times as subfolders.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/#comment-3095">Sam</a>.</p>
<p>Try to create separate function to loop through the subfolders and just call it whenever code find any. It will call function in function in function etc as many times as subfolders.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: p		</title>
		<link>https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/#comment-3470</link>

		<dc:creator><![CDATA[p]]></dc:creator>
		<pubDate>Mon, 14 Dec 2020 14:10:20 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=612#comment-3470</guid>

					<description><![CDATA[Why are you looping through every file when you can use pattern matching?? Both methods used are overkill and very inefficient.

I have code that can look for files in folder with 80.000+ pdfs and easily find the NEWEST matching file in no time because I match file as pattern. No reason to have Dir() give you EVERY file:

    strItem = Dir(strFolder &#038; strPattern)]]></description>
			<content:encoded><![CDATA[<p>Why are you looping through every file when you can use pattern matching?? Both methods used are overkill and very inefficient.</p>
<p>I have code that can look for files in folder with 80.000+ pdfs and easily find the NEWEST matching file in no time because I match file as pattern. No reason to have Dir() give you EVERY file:</p>
<p>    strItem = Dir(strFolder &amp; strPattern)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sam		</title>
		<link>https://simpleexcelvba.com/the-fastest-way-to-find-the-file-in-chosen-location/#comment-3095</link>

		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 10:36:50 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=612#comment-3095</guid>

					<description><![CDATA[An excellent method for single folder search, how will you include subfolders?]]></description>
			<content:encoded><![CDATA[<p>An excellent method for single folder search, how will you include subfolders?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
