AutoFormatReplacePlainTextEmphasis Property Example

This example turns on the replacement of manual emphasis characters with character formatting

Options.AutoFormatReplacePlainTextEmphasis = True
Selection.Range.AutoFormat

This example returns the status of the *Bold* and _underline_ with real formatting option on the AutoFormat tab in the AutoCorrect dialog box (Tools menu).

temp = Options.AutoFormatReplacePlainTextEmphasis