"Amy" <Amy[ at ]discussions.microsoft.com> wrote:
[Quoted Text] > Hi, Is there one wildcard that would find all non-printing characters, > such > as spaces and tabs? Or do I need to do a find for each type of > non-printing > character? I am using Word 2003. I think Word 97 used to have ^w, but that > does not seem to work in 2003. > > Thank you, Amy
Hi Amy,
You can search for combinations of spaces, tabs, or non-breaking spaces: Find what: [^32^t^s]{1,}
Regards, Klaus
|