Share via


Worksheet.CheckSpelling Method (Excel)

Checks the spelling of an object.

Syntax

.CheckSpelling(CustomDictionary, IgnoreUppercase, AlwaysSuggest, SpellLang)

A variable that represents a Worksheet object.

Parameters

Name

Required/Optional

Data Type

Description

CustomDictionary

선택

Variant

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

선택

Variant

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.

AlwaysSuggest

선택

Variant

True to have Microsoft Excel display a list of suggested alternate spellings when an incorrect spelling is found. False to have Microsoft Excel wait for you to input the correct spelling. If this argument is omitted, the current setting will be used.

SpellLang

선택

Variant

The language of the dictionary being used. Can be one of the MsoLanguageID values.

Remarks

This method has no return value; Microsoft Excel displays the Spelling dialog box.

To check headers, footers, and objects on a worksheet, use this method on a Worksheet object.

To check only cells and notes, use this method with the object returned by the Cells property.

참고 항목

개념

Worksheet Object

Worksheet Object Members