ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Searching through Subfolders (https://www.excelbanter.com/excel-programming/409427-searching-through-subfolders.html)

Mark[_66_]

Searching through Subfolders
 
Hello

Wondering how to do a search for .htm files that are all under one
main folder, but also through a bunch of subfolders under the main
folder. The code I have so far is:

myPath = "C:\MySites\"
workfile = Dir(myPath & "*.htm")

Using this code I can only return files that are in MySites and not
the subfolders within that folder. Is there a way to do this or do I
have to name each folder within MySites?

Thanks very much
Mark

Dave Peterson

Searching through Subfolders
 
Ron de Bruin shows a couple of ways:
http://www.rondebruin.nl/copy3.htm
and
http://www.rondebruin.nl/fso.htm

Mark wrote:

Hello

Wondering how to do a search for .htm files that are all under one
main folder, but also through a bunch of subfolders under the main
folder. The code I have so far is:

myPath = "C:\MySites\"
workfile = Dir(myPath & "*.htm")

Using this code I can only return files that are in MySites and not
the subfolders within that folder. Is there a way to do this or do I
have to name each folder within MySites?

Thanks very much
Mark


--

Dave Peterson

Tom Hutchins

Searching through Subfolders
 
Chip Pearson has instructions and a sample file you can download to create a
folder/file tree view - maybe that will work for you, or provide a good
starting point:
http://www.cpearson.com/excel/foldertreeview.aspx

Hope this helps,

Hutch

"Mark" wrote:

Hello

Wondering how to do a search for .htm files that are all under one
main folder, but also through a bunch of subfolders under the main
folder. The code I have so far is:

myPath = "C:\MySites\"
workfile = Dir(myPath & "*.htm")

Using this code I can only return files that are in MySites and not
the subfolders within that folder. Is there a way to do this or do I
have to name each folder within MySites?

Thanks very much
Mark



All times are GMT +1. The time now is 02:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com