I used suggestions to clean this code and make it more efficient.
The ultimate solution was found by rexamining the incoming file
names at which time I found that 1 file was coming in with a modest
difference in the naming convention (1 file actually had 2 spaces
instead of 1) and it caused my loop to fail.
I addressed this with an If . . .Then statement and all seems to
work as expected now.