View Single Post
 
Old 03-29-2022, 10:34 PM
Bikram Bikram is offline Windows 10 Office 2007
Advanced Beginner
 
Join Date: Jul 2021
Location: Nepal
Posts: 97
Bikram is on a distinguished road
Default 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.
Reply With Quote