![]() |
#4
|
||||
|
||||
![]() Quote:
To work with AutoCorrect entries, you might use code like: Code:
Sub AutoTransliterate() Application.ScreenUpdating = False Dim Rng As Range, ACE As AutoCorrectEntry For Each Rng In ActiveDocument.Range.SpellingErrors For Each ACE In AutoCorrect.Entries If Rng.Text = ACE.Name Then Rng.Text = ACE.Value Next Next Application.ScreenUpdating = True End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
spelling |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
words underlined in red can not be added to the dictionary | Jay Bird | Word | 1 | 09-19-2020 08:48 PM |
Best way to add a large list of words into spell checker: additional custom dictionary | Swarup | Word | 4 | 07-10-2019 05:08 PM |
spelling issue, can't add new words to dictionary | Hyper-Energy Bob | Word | 1 | 06-18-2016 08:13 PM |
![]() |
szachraj | Word | 2 | 01-10-2016 05:43 PM |
![]() |
cprelude | Word | 1 | 02-05-2012 10:09 AM |