S
Sandy
I have a list of files that I need to search through and
only do a routine on file names starting with "abc"
So, I have :
Drive\SomeDirectory\SomeOtherDirectory\xxxxOne.xls
Drive\SomeDirectory\SomeOtherDirectory\xxxxTwo.xls
Drive\SomeDirectory\SomeOtherDirectory\abcAFile.xls
Drive\SomeDirectory\SomeOtherDirectory\xxxxThree.xls
Drive\SomeDirectory\SomeOtherDirectory\abcAnotherFile.xls
I need code for skipping all files with "abc" in them.
If anyone has an answer, can you be as specific as
possible? I'm having an extremely rough time with this
one!
Sandy
only do a routine on file names starting with "abc"
So, I have :
Drive\SomeDirectory\SomeOtherDirectory\xxxxOne.xls
Drive\SomeDirectory\SomeOtherDirectory\xxxxTwo.xls
Drive\SomeDirectory\SomeOtherDirectory\abcAFile.xls
Drive\SomeDirectory\SomeOtherDirectory\xxxxThree.xls
Drive\SomeDirectory\SomeOtherDirectory\abcAnotherFile.xls
I need code for skipping all files with "abc" in them.
If anyone has an answer, can you be as specific as
possible? I'm having an extremely rough time with this
one!
Sandy