> I have written a macro to find symbols and extended characters in a
> Word document. However, if a symbol is inserted, it's character code
[quoted text clipped - 12 lines]
>
> Any help or suggestions would be really appreciated.
Have a look at http://word.mvps.org/FAQs/MacrosVBA/FindReplaceSymbols.htm.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Klaus Linke - 28 Jun 2005 00:42 GMT
Hi Charlie,
Probably the article Jay mentioned will answer your immediate question: If you select the character and open "Insert > Symbol", it should tell you the font.
You can also use the macro from the thread http://groups-beta.google.com/group/microsoft.public.word.vba.customization/brow
se_frm/thread/4ff56641a0175fb/43be18bf4c8700ed
to turn the symbols into regular characters that you can find/replace. They'll have codes in the Unicode block U+F000.
The macro fails in some rare cases. One such case is when a doc had symbol fields and was saved in RTF format: The symbol fields are turned into symbols, but they don't act as they should.
I haven't found a solution for those cases yet.
Regards,
Klaus
>> I have written a macro to find symbols and extended characters in a
>> Word document. However, if a symbol is inserted, it's character code
[quoted text clipped - 14 lines]
>
> Have a look at http://word.mvps.org/FAQs/MacrosVBA/FindReplaceSymbols.htm.