Regarding the two helpful replies I've received (thank
you!)...how did you know that Chr(160) specifies non-
breaking space? That is, if I should need to look up
something similar, like non-breaking hyphen, how can I
determine that character's code?
Regarding the two helpful replies I've received (thank
you!)...how did you know that Chr(160) specifies non-
breaking space? That is, if I should need to look up
something similar, like non-breaking hyphen, how can I
determine that character's code?
If you want the ability to do this regularly, make a macro of it. This
will display a message box showing the character code of the selected
character or of the character following the insertion point. Very
handy.
MsgBox Asc(Selection.Text), , "Character Code"
Larry
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.