View Single Post
 
Old 11-14-2017, 04:55 AM
GiHem GiHem is offline Windows 10 Office 2010 64bit
Novice
 
Join Date: Nov 2017
Posts: 10
GiHem is on a distinguished road
Default

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
GiHem
Reply With Quote