Chance1234
IS-IT--Management
Sub sub_testdata()
That works fine, but in the folder pls there are several more folders which contain several more folders etc etc.
what do i need to do so i can go through every one of these folders /
Chance,
Filmmaker, gentleman and soon to be a mac user
,
Code:
Dim FsO As FileSystemObject
Dim fld As Folder
Dim fld2 As Folders
Dim fiL As File
Set FsO = New FileSystemObject
Set fld = FsO.GetFolder("H:\Inv\pls\")
For Each fiL In fld.Files
Debug.Print fiL.Name
Next
End Sub
That works fine, but in the folder pls there are several more folders which contain several more folders etc etc.
what do i need to do so i can go through every one of these folders /
Chance,
Filmmaker,
,