G
Guest
in Excel 2003
I'm using ...
MyPath = ThisWorkbook.Path & "\"
FilesInPath = Dir(MyPath & "*.ORG.2008BP.xls")
to select files for processing
how would I distinguish between files that are named
#= single numeric character
##.####.ORG.2008BP.xls
and
##.ORG.2008BP.xls
"##.####.ORG.2008BP.xls" didn't work
I'm using ...
MyPath = ThisWorkbook.Path & "\"
FilesInPath = Dir(MyPath & "*.ORG.2008BP.xls")
to select files for processing
how would I distinguish between files that are named
#= single numeric character
##.####.ORG.2008BP.xls
and
##.ORG.2008BP.xls
"##.####.ORG.2008BP.xls" didn't work