Application.CheckSpelling (Word)
Vérifie si une chaîne fautes d'orthographe.
CheckSpelling (Word, CustomDictionary, IgnoreUppercase, MainDictionary, CustomDictionary2, CustomDictionary3, CustomDictionary4, CustomDictionary5, CustomDictionary6, CustomDictionary7, CustomDictionary8, CustomDictionary9, CustomDictionary10)
Dim strWord As String: strWord =
Dim booCheckSpelling As Boolean
booCheckSpelling = CheckSpelling(Word:=strWord)
Arguments
Un argument nommé
Word (String) - Texte dont l'orthographe doit être vérifiée.
Optional arguments
Les arguments suivants sont facultatifs
CustomDictionary (String) - Il peut s'agir soit d'une expression qui renvoie un objet Dictionary, soit du nom de fichier du dictionnaire personnel.
IgnoreUppercase (Boolean) - True si les majuscules sont ignorées.
MainDictionary (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier du dictionnaire principal.
CustomDictionary2 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.
CustomDictionary3 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.
CustomDictionary4 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.
CustomDictionary5 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.
CustomDictionary6 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.
CustomDictionary7 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.
CustomDictionary8 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.
CustomDictionary9 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.
CustomDictionary10 (Dictionary) - Expression qui renvoie un objet dictionary ou le nom de fichier d’un dictionnaire personnel supplémentaire.