Thread
: [Solved]
Add hyperlinks to specific font style
View Single Post
04-08-2023, 12:38 AM
gmayor
Windows 10
Office 2019
Expert
Join Date: Aug 2014
Posts: 4,144
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
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor