Using strFilename = Dir(“” & oPath & “6*.xls”, vbHidden) one can recurse through a directory looking for files that begin with a 6.
Is it possible to recurse through the directory and look for files that do not begin with a 4,5 or 6?
Thanks,
John
Using strFilename = Dir(“” & oPath & “6*.xls”, vbHidden) one can recurse through a directory looking for files that begin with a 6.
Is it possible to recurse through the directory and look for files that do not begin with a 4,5 or 6?
Thanks,
John
Notifications