I have a macro to extract excel files from c:\PULL as well as sub-folder within pull that are .xls or .xlsm
The .xls or being extracted but not the .xlsm if there is an xlsm file
Kindly amend my code below
Sub List_Man_Acc_FileNames()
Sheets("file names").Range("A1:C150").ClearContents...