I have a folder with a large number of files inside. Each of them has a filename with a specific, but similar, pattern. I need a code that will look through the files and find a specific file based on the beginning portion of the filename AND a middle portion. Hopefully this will explain it better:
Filename is
FL1-GV-GAINESVILLE-PRESS REPORT----RT1640B-DE1000B1-HALFL1P-158048-28-2024-09-04 124134
I want a macro that will find and open the file based on:
FL1-GV-GAINESVILLE-PRESS REPORT---- * 2024-09-04 * (where *s are wildcards)
Can anyone help with the coding for this?
Filename is
FL1-GV-GAINESVILLE-PRESS REPORT----RT1640B-DE1000B1-HALFL1P-158048-28-2024-09-04 124134
I want a macro that will find and open the file based on:
FL1-GV-GAINESVILLE-PRESS REPORT---- * 2024-09-04 * (where *s are wildcards)
Can anyone help with the coding for this?