Tagged Questions

0
votes
1answer
1k views

How to change Word.Range text without losing format

Anyone knows how can I change the text of a Word.Range object but still keeping it's format? For example if I have "this text" and I change it to "that txt", txt will still be in bold. I'm looking ...