Sub TestFonts() With ActiveDocument.Range If .Font.Name = "" Then .InsertBefore "Check Font Name" & vbCr End With End Sub