Options.SequenceCheck property (Publisher)
True to check the sequence of independent characters for Asian text. Read/write Boolean.
Syntax
expression.SequenceCheck
expression A variable that represents an Options object.
Return value
Boolean
Example
This example enables sequence checking, allowing the user to input a valid sequence of independent characters to form valid character cells in South Asian text.
Sub CheckSequence()
Options.SequenceCheck = True
End Sub
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.