I am working with a program to change text with the function

mySelection.Find.Execute

but I would like to get the result of the function in numbers. Like the word interface does, giving the number of instances replaced trhoughout the document.

Do I need to use a differente function or I am missing something?

Thanks in advance for your help and comments

Joey


Never mind guys. I was thinking inside the box. I need to run a cycle before with a counter only to FIND the occurrences and then run the replace option.

Thanks anyway