View Single Post
 
Old 02-04-2021, 04:22 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

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
Reply With Quote