C
Conan Kelly
Hello all,
When I do a normal Find & Replace>Replace All in Word, a message box pops up
at the end telling me how many replacements have been made.
But when I execute the following line:
Selection.Find.Execute Replace:=wdReplaceAll, findtext:=",11,",
replacewith:="11,"
I should get back a true or false, correct?
Is there a property on the Find object or the Replacement object that keeps
track of how many replacements have been made? If not, how would I keep
track of the number of replacements that have been made?
Thanks for any help anyone can provide,
Conan Kelly
When I do a normal Find & Replace>Replace All in Word, a message box pops up
at the end telling me how many replacements have been made.
But when I execute the following line:
Selection.Find.Execute Replace:=wdReplaceAll, findtext:=",11,",
replacewith:="11,"
I should get back a true or false, correct?
Is there a property on the Find object or the Replacement object that keeps
track of how many replacements have been made? If not, how would I keep
track of the number of replacements that have been made?
Thanks for any help anyone can provide,
Conan Kelly