Hi, guys:
How to find direct font formatting using vba code? and change the font to default one, but keep underline,
bold,italic untouched?
Thanks
Hi, guys:
How to find direct font formatting using vba code? and change the font to default one, but keep underline,
bold,italic untouched?
Thanks

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Word, Excel, Powerpoint, other?
Selection.Font.Name = "Arial"
works in Word and Excel- but if you want to apply without using a selection (or, for instance, applying a font to just a part of a single cell in Excel), you may need to know more about the way Word/Excel/PPT works
Subway Belconnen- home of the Signboard to make you smile. Get (almost) daily updates- follow SubwayBelconnen on Twitter.
Hi,
Do you mean something like:
Selection.Font.Name = Application.Standardfont?
(There's not a lot of point checking to see if it is already the default font)
Hope that helps.
Regards,
Rory
Microsoft MVP - Excel.