Thread: [Solved] Clean an Email backup file
View Single Post
 
Old 07-14-2012, 01:39 AM
TTN TTN is offline Windows XP Office 2003
Novice
 
Join Date: Jul 2012
Posts: 13
TTN is on a distinguished road
Default

I found out why the exclusion was not being recognized. The use of the * was redundant and over rode the exclusion. It is now finding any string that is a minimum of 255 characters that does not have a space in it. The find function has a limit on the string length of 255. I have tried it manually a few times and it seems to be skipping all other strings. Let you know if I try to do it automatically.
Reply With Quote