4
我還是一個初學者。你能告訴我爲什麼這不是格式化選擇?VBA Word格式化Selection.typetext
Selection.TypeText "title"
With Selection
.Font.Bold = True
.Font.Name = "Arial"
.Font.ColorIndex = wdDarkBlue
.ParagraphFormat.Alignment = wdAlignParagraphCenter
.ParagraphFormat.SpaceAfter = 0
End With