A
Atchleykl
I have a file with the following naming convention:
fileYYYYMMDD.xls
the year and month is always the current year and month. I know how to pull
a file that way. My problem is the day is different everytime. I know I can
use this it it was just YYYYMM:
"\\path\file & yr & mo &".txt"
where yr & mo are calculations to give the current year and month.
Is there a way to add a wild card after the mo variable and before the ".txt"?
Any help would be greatly appreciated! Thanks
fileYYYYMMDD.xls
the year and month is always the current year and month. I know how to pull
a file that way. My problem is the day is different everytime. I know I can
use this it it was just YYYYMM:
"\\path\file & yr & mo &".txt"
where yr & mo are calculations to give the current year and month.
Is there a way to add a wild card after the mo variable and before the ".txt"?
Any help would be greatly appreciated! Thanks