Search for a symbols and special characters

A

Abhijeet Sheorey

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

Jezebel

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

Klaus Linke

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
 
Top