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:
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.
Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2013. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word 2013 Step by Step today!
One of the most helpful tools in Word is the ability to paste straight text into a document. This is used so much on my ...
Discover MoreDid you know that there are different types of returns in Word? Here's the inside scoop.
Discover MoreThere are many rules in English grammar (and many exceptions to those rules.) One common rule of grammar is to capitalize ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
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.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments