Re: Search for a symbols and special characters by Klaus
Klaus
Tue Sep 16 08:30:49 CDT 2003
> "Abhijeet Sheorey" <asheorey@techbooks.com> wrote:
> > Macro to Search for any symbols or any special characters
> > in the document without defining a unicode value.
Hi Abhijeet,
You could start with a *wildcard* search for [!^001-^127] (non-ASCII
characters) or [!^001-^0255] (characters not on the Windows code page
1252), and add characters as you go along.
The macro recorder should give you the code.
Regards,
Klaus