Word 2010 標準のクイック スタイルを独自のクイック スタイルでオーバーライドしたいと考えています。しかし、次のようなエラーが表示されます。
With tempDoc.Styles(wdStyleNormal) '// <-- here is the error
.Font.Name = "Arial"
.Font.Size = 10
.ParagraphFormat.Alignment = wdAlignParagraphJustify
.ParagraphFormat.LineSpacing = 12
End With
ここでコード全体を見つけることができます: http://qranberry.com/stackoverflow/code.bas