jessewalker
05-31-2012, 04:13 AM
Hi all,
DFPKaiShu-GB5 is a true type Chinese Font. Could you please help how to change this font?
Sub GB()
ActiveWindow.Selection.ShapeRange(1).Select
With ActiveWindow.Selection.ShapeRange.TextFrame.TextRange
.Font.Name = "DFPKaiShu-GB5"
End With
End Sub
DFPKaiShu-GB5 is a true type Chinese Font. Could you please help how to change this font?
Sub GB()
ActiveWindow.Selection.ShapeRange(1).Select
With ActiveWindow.Selection.ShapeRange.TextFrame.TextRange
.Font.Name = "DFPKaiShu-GB5"
End With
End Sub