C
crsmit
Hi guys,
I'm struggling with something I just cannot understand.
I have several different ranges that I need to store into variables.
I have created an array of ranges
dim rng(3) as range
later in my code I would do the following
rng(1) = selection.range.duplicate
But when i change the text on my document, it changes it in all th
variables.
Why is this? How can I copy a range into a variable, modify my documen
and then paste the original variable back to the document?
email me at (e-mail address removed)
Thanx
Richar
I'm struggling with something I just cannot understand.
I have several different ranges that I need to store into variables.
I have created an array of ranges
dim rng(3) as range
later in my code I would do the following
rng(1) = selection.range.duplicate
But when i change the text on my document, it changes it in all th
variables.
Why is this? How can I copy a range into a variable, modify my documen
and then paste the original variable back to the document?
email me at (e-mail address removed)
Thanx
Richar