Method to remove Unicode Hex Symbol

E

eltupac

What is the method to remove Character Code : 25A1, Unicode Hex from a
word document.

Thanks,

Yo:D
 
E

eltupac

No hurry, dont need anymore. But it would be nice to know.

A quick one, how do you clean the clipboard from Word after a macro
run.

Thanks
 
K

Klaus Linke

What is the method to remove Character Code : 25A1,
Unicode Hex from a word document.


Hi Yo:D,

You can copy the symbol to the clipboard (Ctrl+C), and paste it into the
"Find/Replace" dialog (Ctrl+V).
Replace with nothing (= leave "Replace with:" empty).

If you don't have it anywhere in the text yet to copy, you can insert it
from "Insert > Symbol", or, in Word2002, type 25A1, followed by Alt+X.

Regards,
Klaus
 
K

Klaus Linke

Aah, missed that this is a VBA group...

Record a macro that replaces some character with nothing, then change a
line to
.Text = ChrW(&H25A1)

:) 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