WD2000: How to Use AutoCorrect on an Existing Document (210869)
The information in this article applies to:
This article was previously published under Q210869 SUMMARY
The AutoCorrect feature works dynamically when you type a space after a word that appears in the AutoCorrect list. This feature operates while you create the document, but Word does not automatically scan a previously-created document and make AutoCorrect changes.
This article provides a sample macro that compares each word in a Word document to words in the AutoCorrect list and then replaces the matched words with the text string specified in the AutoCorrect list. NOTE: If you are working on a very long document, this macro may take a long time to run. To stop the macro before it is finished, press CTRL+BREAK and then click End when you receive the following Microsoft Visual Basic message:
Code execution has been interrupted
When you save the document, Word saves all changes you made up until you pressed CTRL+BREAK.
REFERENCESFor additional information about the AutoCorrect feature in Word, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
212377 WD2000: General Information About Auto Features
207748 WD2000: How to Move Word AutoCorrect Entries Between Computers
212518 WD2000: How to Print a List of AutoCorrect Entries
For additional information about programming resources for Microsoft Word 2000, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
212623 WD2000: Macro Programming Resources
226118 OFF2000: Programming Resources for Visual Basic for Applications
Modification Type: | Major | Last Reviewed: | 6/17/2005 |
---|
Keywords: | kbdtacode kbhowto kbinfo kbmacroexample KB210869 |
---|
|