Hi,
I’m using custom logic to remove certain ranges in my Word documents.
Sometimes the code throws a runtime error if I try to delete a ContentRange, because it don’t exist anlymore. The error message is: “Content positions need to belong to the same document!”
![]()
Is there a way to do a check before calling the Delete() method, so I can skip the Delete if the content is not available anymore?
Can you help me with this issue?
Thank you in advance.
Joeri