Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Sub MacroRemoveFonts()

Selection.WholeStory
With Selection.Font
.Name = "Arial"
.Size = 11
.Spacing = 0
.Scaling = 100
.Position = 0
.Kerning = 0
End With
End Sub

You might also like