![]() |
|
|
|
#1
|
|||
|
|||
|
Hello the forum,
When I type a text in Word 2010, I often make typing mistakes. Especially if the text is in German (uppercase at the beginning of the noun). I would like to automate the corrections, especially those concerning the uppercase absence. There is a VBA instruction "GetSpellingSuggestions". Could a member of the forum explain it to me:
GiHem |
|
#2
|
|||
|
|||
|
J'ai trouvé une solution, non satisfaisante mais solution quand même. Elle est basée sur une instruction trouvée sur le site de Microsoft
Code:
If ActiveDocument.Words(1).GetSpellingSuggestions.Count <> 0 Then
MsgBox ActiveDocument.Words(1).GetSpellingSuggestions.Item(1).Name
End If
|
|
#3
|
||||
|
||||
|
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
#4
|
|||
|
|||
|
Thank you for your response.
This thread is very interesting and I agree with your conclusions. At first, I just wanted to correct the lack of initial capitalization for nouns in German. As it works quite well (thanks to the help of a MS forum in French) I also wanted to correct the spelling but you talked me out of it. Thanks again GiHem |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Combine "sort within groups" and "identify duplicate/unique values" in two different variables. | civilcervant | Excel | 3 | 06-12-2017 07:27 AM |
| remove repeated words with " macro " or " wild cards " in texts with parentheses and commas | jocke321 | Word VBA | 2 | 12-10-2014 11:27 AM |
| How to edit the "Format" and the "show level" of an EXISTING table of content? | Jamal NUMAN | Word | 2 | 08-14-2011 10:46 AM |
How to choose a "List" for certain "Heading" from "Modify" tool?
|
Jamal NUMAN | Word | 2 | 07-03-2011 03:11 AM |
| "Microsoft Excel Application" missing in the "Component Services" on win08 | sword.fish | Excel | 0 | 02-26-2010 02:09 PM |