Can you post the full filenames of a couple that didn't work. It has not been my experience that the DIR method is affected by special characters, if they are allowed then the DIR() call can see them and thus can use them. I'll take a look at your examples.
Sorry, COPY, not move.
fNAME = Right(f.Value, Len(f.Value) - InStrRev(f.Value, Delim))
FileCopy f.Value, destPATH & fNAME
f.Offset(, 1).Value = "Copied"
FYI, AC/DC is not an accepted special character. The / is a network path separator and will always cause problems in my experience.
Bookmarks