I don't believe the command appears on the menus in that format - certainly it falls into the "Commands Not in the Ribbon" category if you add it to the Quick Access Toolbar. It is called Reset Character Formatting.
However the functionality is the same as applying the 'Default Paragraph Font' character style which does appear in the style list (assuming the options are set to show it).
If you are using VBA there is two slightly different variants on this command
Selection.ClearCharacterDirectFormatting 'removes local font formatting but retains the applied character styles
Selection.Font.Reset 'removes all local font formatting including character styles
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
|