Syntax

expression.KoreanProcessCompound

expression A variable that represents a SpellingOptions object.

Example

In this example, Microsoft Excel checks to see if the spell checking option to process Korean compound nouns is on or off and notifies the user accordingly.

Visual Basic for Applications
Sub KoreanSpellCheck() If Application.SpellingOptions.KoreanProcessCompound = True Then MsgBox "The spell checking feature to process Korean compound nouns is on." Else MsgBox "The spell checking feature to process Korean compound nouns is off." End If End Sub
korean process compound koreanprocess koreanprocesscompound koreanprocesscompound property

See also: