Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes manual paragraph formatting (formatting not applied using a style).
Syntax
expression. Reset
expression Required. A variable that represents a 'Paragraph' object.
Remarks
If you manually right align a paragraph and the underlying style has a different alignment, the Reset method changes the alignment to match the formatting of the underlying style.
Example
This example removes manual paragraph formatting from the second paragraph in the active document.
ActiveDocument.Paragraphs(2).Reset
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.