Quote:
Originally Posted by slaycock
I also have lots and lots of expanded, left, right, raised, lowered, in multifarious combinations so finding a macro solution would be great. All of this stuff is unecessary extraneous formatting which can be safely removed.
Any more thoughts.
|
Try it on the copy. Perhaps, will help
Code:
Sub reset_FP()
With ActiveDocument.Range
.Font.Reset
.Paragraphs.Reset
End With
End Sub