Quote:
Originally Posted by gmayor
You just need to add the font settings in question to the main macro, immediately below .Replacement.ClearFormatting e.g.
Code:
.Replacement.ClearFormatting
.Font.Name = "Times New Roman"
.Font.Bold = True
|
Many thanks for your help!!!