True for Microsoft Word to automatically delete spaces inserted between Japanese and Latin text as you type. Read/write.
expression.AutoFormatAsYouTypeDeleteAutoSpaces
expression Required. An expression that returns one of the objects in the Applies To list.
For more information on Japanese AutoFormat options, see Automatically correct text as you type in another language.
This example sets Microsoft Word to automatically delete spaces inserted between Japanese and Latin text as you type.
Sub AutoDeleteSpaces()
Options.AutoFormatAsYouTypeDeleteAutoSpaces = True
End Sub