J
Jeffrey Bradshaw
Is there any way to make a copy of a word.range object? I have a range in a
document and I need to monkey around with it but I don't want to change the
original in the document. I've tried Duplicate() and assigning it to a new
variable. But if I change the stuff in the new variable, it changes the
original also.
So what I need is a new copy of the variable - not pointing to the same
thing.
TIA - Jeffrey
document and I need to monkey around with it but I don't want to change the
original in the document. I've tried Duplicate() and assigning it to a new
variable. But if I change the stuff in the new variable, it changes the
original also.
So what I need is a new copy of the variable - not pointing to the same
thing.
TIA - Jeffrey