Thebatfink
Active Member
- Joined
- Apr 8, 2007
- Messages
- 410
Hi,
I have a sub which does various processing on data gathered from other workbooks. The workbooks are inputted from the user via Application.GetOpenFilename. I was curious if it is possible to process these files in a specific order, Alphabetic or Numeric, rather than just in the order the files were selected in the file dialog?
Basically my filenames are prefixed with a date, in a 6 digit number format with no hypens or slashes and I really need to process them in this order?
Is it possible to order the filenames gathered in the filename variable?
Thanks!
Batfink
I have a sub which does various processing on data gathered from other workbooks. The workbooks are inputted from the user via Application.GetOpenFilename. I was curious if it is possible to process these files in a specific order, Alphabetic or Numeric, rather than just in the order the files were selected in the file dialog?
Basically my filenames are prefixed with a date, in a 6 digit number format with no hypens or slashes and I really need to process them in this order?
Is it possible to order the filenames gathered in the filename variable?
Thanks!
Batfink