A
Alex
When I use Range.Delete() to delete a character in a run, Word automatically inserts a space after it.
So, given: "aaaXbbb"
When "X" is deleted, the result is: "aaa bbb" (with a space in the middle)
I tried setting Options.SmartCutPaste to false but it does not help.
Please advise.
Best wishes,
Alex.
So, given: "aaaXbbb"
When "X" is deleted, the result is: "aaa bbb" (with a space in the middle)
I tried setting Options.SmartCutPaste to false but it does not help.
Please advise.
Best wishes,
Alex.