Purpose
Checks the spelling of a single word.
Syntax
CheckSpelling(Word, CustomDictionary, IgnoreUppercase)
Required Parameters
Word
(used only with Application object). The word you want to check.
Optional Parameters
CustomDictionary
A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, the currently specified dictionary is used.
IgnoreUppercase
True to have Microsoft Excel ignore words that are all uppercase. False to have Microsoft Excel check words that are all uppercase. If this argument is omitted, the current setting will be used.