Macro to Search for any symbols or any special characters
in the document without defining a unicode value.

Re: Search for a symbols and special characters by Jezebel

Jezebel
Tue Sep 16 06:28:55 CDT 2003

Generic answer for searching for every symbol undefined as Unicode without
using macro.



"Abhijeet Sheorey" <asheorey@techbooks.com> wrote in message
news:4e3101c37c38$8e6607d0$a601280a@phx.gbl...
> Macro to Search for any symbols or any special characters
> in the document without defining a unicode value.



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