Hello everyone,
I want to access all files available in a folder and its all sub folder. I have written VBA code shown below using file system object, but it is not working. Please check, what mistake is underlying.
Sub checking_files_in_multiple_folders_and_subfolders(mainpath As String)...