I have a weird situation. I use a macro to grab a set of 4 reports and attach them to an e-mail tied to a specific e-mail address. The system that generates the report started saving a random number to the end of the file, so they are:
Fund Report_12345.xls
Fund Report_02958.xls
Is there a way in either excel or VBA to have a wild card (i.e. Fund Report_*.xls) so that the file will get picked up even if I don't know the random number?
Fund Report_12345.xls
Fund Report_02958.xls
Is there a way in either excel or VBA to have a wild card (i.e. Fund Report_*.xls) so that the file will get picked up even if I don't know the random number?