Omit Folders From Recursive File Search
问题 I was running a recursive file search procedure, and my computer shut down. I know what directory the procedure stopped at, is there a way I can specify a start folder for a recursive file search? For example, let's say this is my structure R:\ R:\Test\ R:\Test\Folder1\ R:\Test1\ R:\Test1\Folder1\ R:\Test2\ R:\Test2\Folder2\ if I wanted the recursive search to start at R:\Test1\Folder1\ how would the procedure go? Option Compare Database Sub ScanTablesWriteDataToText() Dim Fileout As Object