Quote Originally Posted by DataMiser View Post
This could be an issue
Code:
s$ = Left(s$, Len(s$) - 4)
Omitted this line.

Quote Originally Posted by techgnome View Post
To be fair, to help, we'd need to know what you're getting vs what you're expecting.
The code is having me manually select the file that I would like to have automatically selected. I'm expecting that the code will automatically choose the the most recently modified *.out file in the specified path.

Quote Originally Posted by westconn1 View Post
while some improvements could be made to the code, it looks like it should work
what problems are you having with it?
are you getting errors or wrong results?
Most of the errors have been corrected. File name is going to the right place now in the array. The only issue now is that if I try to autoselect the most recently modified output file, I get the wrong values in my spreadsheet. Guessing this is the result of using the wrong function as there are several different file formats in the spec'd folder (same file name--different extension).

Sorry for the delayed response.

TF