Specific Capitalization

Written by Allen Wyatt (last updated October 23, 2021)
This tip applies to Word 97, 2000, 2002, and 2003


Word includes many different tools that try to analyze what you are writing, and then make changes based on what it thinks you meant. One such tool automatically capitalizes the first letter of sentences. This can be a great help, but in some situations it can be a bother. For instance, if you have a company name or title that uses specific capitalization, then automatically capitalizing the first letter of a sentence can result in incorrect use of a term. As an example, suppose your company name is eWidget. If you type this company name in the middle of a sentence, there is no problem. If you type it at the beginning of a sentence, then you end up with EWidget, since Word capitalizes the first letter of a sentence.

It is interesting to note that this problem only occurs in Word 97 and Word 2000. In Word 2002, the AutoCorrect feature figures that if you capitalize the second letter of a word, but not the first, that you really intended it to be that way. Thus, no change is made, even at the first of a sentence.

If you are using Word 97 or Word 2000, the most obvious solution is to turn off first-letter capitalization in sentences. This is akin to throwing the baby out with the bath water, however--you lose the benefits of the tool because of a single problem with it. You might think that a solution is to use AutoCorrect's exception feature, but this doesn't work for this instance. You can specify sentence endings after which words should not be capitalized, but you cannot specify words that should not be capitalized when they appear at the beginning of sentences.

I even tried different combinations of AutoCorrect terms and AutoText terms, but to no avail. It seems that that "capitalize first letter" setting overrides them all. There was one solution that did work, however: use a macro. This may seem strange, but it works because Word doesn't try to capitalize text inserted with a macro. Thus, you could create this simple macro:

Sub CompanyName()
    Selection.TypeText Text:="eWidget "
End Sub

Make sure you include the trailing space after the company name in the macro. Once created, you can assign the macro to a keyboard shortcut, and then use that shortcut anytime you need to enter the company name.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (1615) applies to Microsoft Word 97, 2000, 2002, and 2003.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Expiration Date for Excel Programs

If you use Excel to create a macro-based application, you may want to make sure that your programs cease working after a ...

Discover More

Moving Footnote Text into the Document

Need to move the contents of a footnote up into the main body of your document? You can use normal editing techniques to ...

Discover More

Understanding Subroutines

When developing macros, you can create subroutines. This is a great way to reuse common code and make your programming ...

Discover More

Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!

More WordTips (menu)

Differences between Deleting, Clearing, and Cutting

When getting rid of text from your document, Word allows you to delete, clear, or cut. Here are the differences between ...

Discover More

Checking for Words and Phrases

You may want to determine if a document contains a certain set of words or phrases. There are a couple of ways you can ...

Discover More

Turning Off Paste Options

Paste information into a document and you'll immediately see a small icon next to the pasted information. This icon ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is nine minus 7?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

Got a version of Word that uses the menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.