Hi All,
I'm having trouble with a macro I have been writing.
The intent is to run through all files in a specified directory, open each one and copy a predetermined sheet into my workbook.
I am using sFile = Dir(sFile & "*") to loop through my files.
I am using another sub (ImportSheet)...