Options.AddBiDirectionalMarksWhenSavingTextFile property (Word)
True if Microsoft Word adds bidirectional control characters when saving a document as a text file. Read/write Boolean.
Syntax
expression. AddBiDirectionalMarksWhenSavingTextFile
expression A variable that represents a 'Options' object.
Remarks
Saving text files with bidirectional control characters preserves right-to-left and left-to-right properties and the order of neutral characters.
Example
This example sets Word to add bidirectional control characters when saving a document as a text file.
Options.AddBiDirectionalMarksWhenSavingTextFile = True
See also
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.