D
dz
This should do the trick:
If you are performing a search for the text object, then
use this code:
Search for text object
While Selection.Find.Found
your code here
Search for text object
Loop
If you are performing a search for the text object, then
use this code:
Search for text object
While Selection.Find.Found
your code here
Search for text object
Loop