Defining two ranges
Greetings,
I am trying to find and replace between two ranges. For example: find some text from range 1 and use it to find and replace in range 2. The problem here is the range is not fixed like paragraph(1) to paragraph (4) but it is dynamic. So, I want to select a range and assign
selection.range to rng1 and then again select another range and assign it to rng2. How can I select two ranges in one procedure? Any help would be greatly appreciated.
|