View Single Post
 
Old 04-24-2020, 06:30 AM
Ryhne Ryhne is offline Windows 10 Office 2013
Novice
 
Join Date: Apr 2020
Posts: 11
Ryhne is on a distinguished road
Default

I tried this:
Code:
Sub TestFonts() With ActiveDocument.Range  
 If .Font.Name = "" Then .InsertBefore "Check Font Name" & vbCr
 End With
 End Sub
and nothing happens.
Reply With Quote