![]() |
|
#4
|
|||
|
|||
|
This works for me and is invaluable. Create a macro thus; mine is named Ar10chg because I use it to change everything to Arial 10. All the font sizes, underscores, bold, italic, and font colors are unchanged, but everything becomes Arial 10. Be sure to create a backup first!
Sub Ar10chg() ' ' Ar10chg Macro ' Macro recorded 11/7/2015 by Administrator Selection.WholeStory With Selection.Font .Name = "Arial" .Size = 10 End With End Sub |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Looping Macro to Change Font, Font Size, and Give Heading 1
|
WH7262 | Word VBA | 1 | 08-26-2014 03:46 PM |
| Formatting font | MTWord | Word | 1 | 11-03-2013 04:08 PM |
| if letter change font also change | gsrikanth | Excel | 1 | 05-15-2012 03:03 AM |
Make Font Dropdown Change All Styles' Font
|
trevorhiller | Word | 1 | 04-14-2012 02:14 AM |
| Change font across company | Dill | Excel | 1 | 11-04-2009 08:21 PM |