J
Joanne
I assigned a variable oRnge=ActiveDocument.Range and then performed a search
for a string of numbers. Once the string is found, the text is manipulated
and the macro goes on to search for the next string of numbers. In other
words, the macro works fine, but the value of "oRnge" changes to the value of
the search results. My question is how can the macro continue to search
through the document when the value of oRnge has changed? I'm just curious
as to how this works.
for a string of numbers. Once the string is found, the text is manipulated
and the macro goes on to search for the next string of numbers. In other
words, the macro works fine, but the value of "oRnge" changes to the value of
the search results. My question is how can the macro continue to search
through the document when the value of oRnge has changed? I'm just curious
as to how this works.