True if two consecutive hyphens (--) are replaced by an en dash (–) or an em dash (
Example
This example turns on the replacement of hyphens with symbols, and then it formats the current selection automatically.
Options.AutoFormatReplaceSymbols = True
Selection.Range.AutoFormat
This example returns the status of the Symbol characters (--) with symbols (
Dim blnAutoFormat as Boolean
blnAutoFormat = Options.AutoFormatReplaceSymbols