Options.SequenceCheck Property (Word)
True to check the sequence of independent characters for South Asian text. Read/write Boolean.
Syntax
expression .SequenceCheck
expression An expression that returns an Options object.
Example
This example enables sequence checking, allowing the user to type a valid sequence of independent characters to form valid character cells in South Asian text.
Sub CheckSequence()
Options.SequenceCheck = True
End Sub