What is the character code Chr(?) for graphic ^g?

N

Nick Transier

Apparently when using wildcard searches you cannot use the special character
designations, you need codes instead.
 
K

Klaus Linke

Nick Transier said:
Apparently when using wildcard searches you cannot
use the special character designations, you need codes instead.


Hi Nick,

^g should work fine. If it doesn't, it's probably some other problem (e.g.
graphic not inline?).

The code would be ^1, or ChrW(1) in a macro.

Chr(1) would work fine, too.
But since Word uses Unicode, it's better to avoid Asc and Chr altogether.

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