WD97: How to Use AutoCorrect on an Existing Document (262220)
The information in this article applies to:
- Microsoft Word 97 for Windows
This article was previously published under Q262220 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: In some cases, 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:
159941 WD97: General Information About "Auto" Features in Word 97
186237 WD97: How to Move AutoCorrect Entries Between Computers
176751 WD97: How to Print a List of AutoCorrect Entries
180165 WD97: AutoCorrect Feature Limitations
For additional information about programming resources for Microsoft Word, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
163425 WD97: Macro Programming Resources
163435 VBA: Programming Resources for Visual Basic for Applications
Modification Type: | Major | Last Reviewed: | 6/17/2005 |
---|
Keywords: | kbdtacode kbhowto kbinfo KB262220 |
---|
|