I am still a beginner with this. Can you tell my why this is not formatting the selection?
Selection.TypeText "title"
With Selection
.Font.Bold = True
.Font.Name = "Arial"
.Font.ColorIndex = wdDarkBlue
.ParagraphFormat.Alignment = wdAlignParagraphCenter
.ParagraphFormat.SpaceAfter = 0
End With