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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top