Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I had been using the FileSearch function to locate all the files of a
particular type in a folder. Office2007 appears to have replaced that function with a FileSystemObject class, but i can't get that to work. Here is what I had been using. Any help would be appreciated. Set fs = Application.FileSearch With fs .LookIn = Range("C7").Value .SearchSubFolders = True .FileName = "*.csv" If .Execute() 0 Then Row = 1 For i = 1 To .FoundFiles.Count |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to find all folder and/or files in a specific location | Excel Programming | |||
How to find all folder and/or files in a specific location | Excel Discussion (Misc queries) | |||
find all the excel files in a folder. | Excel Programming | |||
Find and Replace on all worksheets on all files in a folder | Excel Programming | |||
how to step thru only one subfolder of a folder to find like files | Excel Programming |