|
-
Jul 13th, 2015, 10:37 PM
#7
Thread Starter
New Member
Re: Truncated Extension-free Filename
 Originally Posted by DataMiser
This could be an issue
Code:
s$ = Left(s$, Len(s$) - 4)
Omitted this line.
 Originally Posted by techgnome
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.
 Originally Posted by westconn1
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|