I have this code this list the files of a folder into a ListBox called "Filelist". how can i modify the code to include the files in its subfolders?
Function FileArray(Path As String) Dim Name As String, Counter As Integer, Files() As String
Name = Dir("C:\Users\USER\Documents\*.xls"...