How do I keep capitalization of word after a colon?

  • Thread starter Thread starter Guest
  • Start date Start date
The first method that comes to mind is to alway hold down the shift key
before typing the the first letter of the first word following a colon.


You could create 26 autocorrect entries where : a is corrected to : A,
: b to : B, etc.


You could do Edit>Replace>More>Use Wildcards
Find: : {1,}[a-z]
Replace with: ^& and set the replace with format as All Cap.

An Add-in from Suzanne Barnhill:

And the end result of any of those methods would be incorrect and
unnecessary capitalization in most cases.
 

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

Back
Top