Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Selection.ParagraphFormat Property (Word)

Returns or sets a ParagraphFormat object that represents the paragraph settings for the specified selection. Read/write.

expression .ParagraphFormat

expression A variable that represents a Selection object.

This example sets the paragraph formatting for the current selection to be right-aligned.

Selection.ParagraphFormat.Alignment = wdAlignParagraphRight
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.