Font.Name (Word)

Returns or sets the name of the specified object.


With Selection.Font 
 .Name = "Arial" 
 .Bold = True 
End With