Hello,
I am trying to figure out how to open multiple files with different names based on date modified. For example, I have 4 files and the names on them go 5Ab458, 5Dd5578,57C604P,548SKJV. There are multiple files in this folder as well so naming on each file is different so i need to open all specifically by date. So I would open 4 files for July 25. then close and open 4 files for July 26 e.t.c. How would I program something like this? is it possible to do this in vba or do I need to use python or something else and link it to excel VBA.
I am trying to figure out how to open multiple files with different names based on date modified. For example, I have 4 files and the names on them go 5Ab458, 5Dd5578,57C604P,548SKJV. There are multiple files in this folder as well so naming on each file is different so i need to open all specifically by date. So I would open 4 files for July 25. then close and open 4 files for July 26 e.t.c. How would I program something like this? is it possible to do this in vba or do I need to use python or something else and link it to excel VBA.