I'm working on a vba macro in word that trims given characters from the end of a range. Whenever I have it try to delete the Negative Acknowledgement Character I get the error Cannot edit Range. The range has the size of exactly 1 and contains only the character with ASCII value 21.
What is the purpose of this character in a MS Word doc, why can't I delete it, and how could I delete it? I need to delete the character because whenever I insert text before or after it my inserted text becomes "Error!".