"JenFruels"
>
> Hi Klaus, sorry for the late reply. Thank you for your post. It gives me
> an
> insight of what workaround to do. I will also be making use of this on
> finding raised/lowered characters on word documents and just make the
> necessary modifications. Thanks!
If you just want to get rid of the half-point values, you could replace them
in the XML and re-insert it:
ActiveDocument.Content.InsertXML (sXML)
Getting the XML for any Range (no matter how small) is what takes so long,
so if you only need to do it once, go for it.
Klaus