In theReplacebox, key in the word you would like to remove from your list Select the entry from your list SelectDelete Want To Add An AutoCorrect Entry To Your List? Follow the steps below to learn how: Go to theAutoCorrecttab. In theReplacebox, key in a word or phrase that you ofte...
The AutoCorrectEntry object is a member of the AutoCorrectEntries collection. The AutoCorrectEntries collection includes the entries in the AutoCorrect dialog box.RemarksUse Entries (index), where index is the AutoCorrect entry name or index number, to return a single AutoCorrectEntry object. You ...
SelectDelete. Add entry to an AutoCorrect list Go to theAutoCorrect tab. In theReplacebox, type a word or phrase that you often misspell. In theWithbox, type the correct spelling of the word. SelectAdd. For more info on the AutoCorrect tab, seeAutoCorrect options. Note:You can add multi...
Dim strInput as String Dim aceLoop as AutoCorrectEntry Dim blnMatch as Boolean Dim intConfirm as Integer blnMatch = False strInput = InputBox("Enter the AutoCorrect entry to delete.") For Each aceLoop in AutoCorrect.Entries With aceLoop If .Name = strInput Then blnMatch = True intConfirm...
For Each anEntry In _ AutoCorrect.OtherCorrectionsExceptions response = MsgBox("Delete entry: " _ & anEntry.Name, vbYesNoCancel) If response = vbYes Then anEntry.Delete Else If response = vbCancel Then End End If Next anEntry 另請參閱AutoCorrect...
Dim strInput as String Dim aceLoop as AutoCorrectEntry Dim blnMatch as Boolean Dim intConfirm as Integer blnMatch = False strInput = InputBox("Enter the AutoCorrect entry to delete.") For Each aceLoop in AutoCorrect.Entries With aceLoop If .Name = strInput Then blnMatch = True intConfirm...
In theWithbox, type the correct spelling of the word — for example, typeusually. SelectAdd. To change the replacement text for an entry, select it in the list of entries and type a new entry in theWithbox and selectReplace. To delete an entry, select it in the list and selectDelete...
The meaning of AUTOCORRECT is a computer feature that attempts to correct the spelling of a word as the user types it. How to use autocorrect in a sentence.
To add a new word to the list, type in a word or phrase you often misspell (e.g., realy) under Replace and the correct spelling of the word (really) under With. Click Add, then OK. Tip: To delete an entry, select it from the list, and then click Delete. Click OK to apply ...
Autocorrect A long time ago, I made a copy of this entry on aWhat's new?page. We eventually got spell-check, and then quite recently the ability (by virtue of edge://flags/#win-use-native-spellchecker) to use the Windows spelling dictionaries. Very satisfactory....