Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.78 KB

Excel.Chart.CheckSpelling.md

File metadata and controls

46 lines (27 loc) · 1.78 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Chart.CheckSpelling method (Excel)
vbaxl10.chm149092
vbaxl10.chm149092
Excel.Chart.CheckSpelling
9c39b0f1-4401-1399-58fa-444c9fa9fab4
04/16/2019
medium

Chart.CheckSpelling method (Excel)

Checks the spelling of an object.

Syntax

expression.CheckSpelling (CustomDictionary, IgnoreUppercase, AlwaysSuggest, SpellLang)

expression A variable that represents a Chart object.

Parameters

Name Required/Optional Data type Description
CustomDictionary Optional 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 Optional Variant True to have Microsoft Excel ignore words that are all uppercase. False to have Excel check words that are all uppercase. If this argument is omitted, the current setting will be used.
AlwaysSuggest Optional Variant True to have Excel display a list of suggested alternate spellings when an incorrect spelling is found. False to have Excel wait for you to input the correct spelling. If this argument is omitted, the current setting will be used.
SpellLang Optional 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.

[!includeSupport and feedback]