Hi vbaNOOB,
clearformatting applies
to the find-, replace- and the selection-object.
Either you select the paragraph
or use
ActiveDocument.Paragraphs(1).Range.Font.Reset

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
Helmut Weber - 09 Mar 2007 08:21 GMT
hmm,
you might have to reset the paragraphs style
to "normal" in addition.

Signature
Helmut Weber, MVP WordVBA
Klaus Linke - 11 Mar 2007 01:41 GMT
> hmm,
>
> you might have to reset the paragraphs style
> to "normal" in addition.
And if you want to replicate whatever Word does perfectly:
WordBasic.ClearFormatting
(I'm not sure what it does exactly, either)
Regards,
Klaus