Sometimes when I use Range.Delete to delete the whole range in a document, it fails (the return value is false). When I use Range.FormattedText to set the content of this Range, the new content does not replace the old content as it is supposed to do. It is inserted before the old content instead. Any one has a clue what makes the Range write-only?
Thanks