AutoCorrect for punctuation

L

Libi

I can't create an autocorrect to replace two spaces after
a period by only one space as it should be now. As soon as
I press the spacebar, the Add button of the AutoCorrect
dialog boxes becomes unavailable.

I know about the grammar settings that you can configure
regarding this but it simply adds the green wavy underline.

The alternative I found is to create a macro that does
what I want and I run it everytime I finish a document.

Does anyone know of a way to add this autocorrect?
 
J

Jay Freedman

Libi said:
I can't create an autocorrect to replace two spaces after
a period by only one space as it should be now. As soon as
I press the spacebar, the Add button of the AutoCorrect
dialog boxes becomes unavailable.

I know about the grammar settings that you can configure
regarding this but it simply adds the green wavy underline.

The alternative I found is to create a macro that does
what I want and I run it everytime I finish a document.

Does anyone know of a way to add this autocorrect?

Hi Libi,

No, there is no way to do this in AutoCorrect, because the space and
puctuation are the triggers for autocorrecting other things. The macro is
the way to go. As an additional convenience, you could write macros that
intercept Print and Save commands and call your first macro before printing
or saving (http://word.mvps.org/FAQs/MacrosVBA/InterceptSavePrint.htm) so it
becomes automatic.
 

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