L
Larry
Here's an interesting puzzle for experts. In my Word 97 documents that
use Courier (the font in which I do most of my drafts), instead of
double hyphens I use a non-breaking hyphen followed by a regular hyphen,
that is, in VBA language, Chr(30) followed by Chr(45). This keeps the
two hyphens together and keeps them both togehter with the word that
precedes them, so that they don't divide across the end of a line. I
have a macro that inserts this non-breaking double hyphen and use it all
the time.
Unfortunately, spell check stops at each non-breaking double hyphen. (I
get around this with a macro that converts the font to Arial and the
double hyphens to M dashes; then another macro that the document to its
original format when I'm done.) But I just noticed today that spell
check does NOT stop at regular double hyphens.
My question is, is there any way that I can get spell check to ignore my
special non-breaking double hyphens? I tried selecting a non-breaking
double hyphen and applying "no proofing" to it, but that didn't do the
trick.
Thanks
Larry
use Courier (the font in which I do most of my drafts), instead of
double hyphens I use a non-breaking hyphen followed by a regular hyphen,
that is, in VBA language, Chr(30) followed by Chr(45). This keeps the
two hyphens together and keeps them both togehter with the word that
precedes them, so that they don't divide across the end of a line. I
have a macro that inserts this non-breaking double hyphen and use it all
the time.
Unfortunately, spell check stops at each non-breaking double hyphen. (I
get around this with a macro that converts the font to Arial and the
double hyphens to M dashes; then another macro that the document to its
original format when I'm done.) But I just noticed today that spell
check does NOT stop at regular double hyphens.
My question is, is there any way that I can get spell check to ignore my
special non-breaking double hyphens? I tried selecting a non-breaking
double hyphen and applying "no proofing" to it, but that didn't do the
trick.
Thanks
Larry