Application.DefaultTableSeparator property (Word)
Returns or sets the single character used to separate text into cells when text is converted to a table. Read/write String.
Syntax
expression. DefaultTableSeparator
expression A variable that represents an Application object.
Remarks
The value of the DefaultTableSeparator property is used if the Separator argument is omitted from the ConvertToTable method or the Range or Selection object.
Example
This example changes the default table separator character.
Application.DefaultTableSeparator = "%"
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.